aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs
diff options
context:
space:
mode:
authorMelanie2009-08-07 19:50:47 +0100
committerMelanie2009-08-07 19:50:47 +0100
commit178b40971a401307a827bc95abbe8d9d69566825 (patch)
treec14aaca5908f2d529765c64beba6d6b05ea5104f /OpenSim/Framework/Util.cs
parentFrom: Snowcrash <Snowcrash.short@gmail.com> (diff)
downloadopensim-SC_OLD-178b40971a401307a827bc95abbe8d9d69566825.zip
opensim-SC_OLD-178b40971a401307a827bc95abbe8d9d69566825.tar.gz
opensim-SC_OLD-178b40971a401307a827bc95abbe8d9d69566825.tar.bz2
opensim-SC_OLD-178b40971a401307a827bc95abbe8d9d69566825.tar.xz
Add a method to init the OSSL Api's m_LSL_Api member back to the OSSL Api
Diffstat (limited to 'OpenSim/Framework/Util.cs')
-rw-r--r--OpenSim/Framework/Util.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs
index 65d4f4d..003c543 100644
--- a/OpenSim/Framework/Util.cs
+++ b/OpenSim/Framework/Util.cs
@@ -1155,7 +1155,10 @@ namespace OpenSim.Framework
1155 1155
1156 string[] files = Directory.GetFiles(p, c); 1156 string[] files = Directory.GetFiles(p, c);
1157 foreach (string f in files) 1157 foreach (string f in files)
1158 {
1159 m_log.InfoFormat("Adding file {0} to include list", f);
1158 found.Add(f); 1160 found.Add(f);
1161 }
1159 } 1162 }
1160 paths = addpaths; 1163 paths = addpaths;
1161 } 1164 }