From d10f1571831895fbdd0a818bf34590087078643a Mon Sep 17 00:00:00 2001 From: Melanie Date: Fri, 7 Aug 2009 20:51:07 +0100 Subject: Remove GetFullPath call from config includes, because it barfs in Windoze --- OpenSim/Framework/Util.cs | 3 --- 1 file changed, 3 deletions(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs index 003c543..65d4f4d 100644 --- a/OpenSim/Framework/Util.cs +++ b/OpenSim/Framework/Util.cs @@ -1155,10 +1155,7 @@ namespace OpenSim.Framework string[] files = Directory.GetFiles(p, c); foreach (string f in files) - { - m_log.InfoFormat("Adding file {0} to include list", f); found.Add(f); - } } paths = addpaths; } -- cgit v1.1