aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Util.cs')
-rw-r--r--OpenSim/Framework/Util.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs
index 1f74168..b5c3e75 100644
--- a/OpenSim/Framework/Util.cs
+++ b/OpenSim/Framework/Util.cs
@@ -987,7 +987,7 @@ namespace OpenSim.Framework
987 987
988 public static string configDir() 988 public static string configDir()
989 { 989 {
990 return "."; 990 return "../config";
991 } 991 }
992 992
993 public static string dataDir() 993 public static string dataDir()
@@ -1005,7 +1005,7 @@ namespace OpenSim.Framework
1005 } 1005 }
1006 } 1006 }
1007 1007
1008 return "./OpenSim.log"; 1008 return "../logs/OpenSim.log";
1009 } 1009 }
1010 1010
1011 public static string logDir() 1011 public static string logDir()