From 178b40971a401307a827bc95abbe8d9d69566825 Mon Sep 17 00:00:00 2001 From: Melanie Date: Fri, 7 Aug 2009 19:50:47 +0100 Subject: Add a method to init the OSSL Api's m_LSL_Api member back to the OSSL Api --- OpenSim/Framework/Util.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenSim/Framework/Util.cs') 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 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