core/sessionmanager.lua

changeset 49
1cd2a8db392d
parent 44
80d2ade0fd69
child 53
14ea0fe6ca86
--- a/core/sessionmanager.lua	Sat Oct 04 02:42:23 2008 +0100
+++ b/core/sessionmanager.lua	Sat Oct 04 02:43:23 2008 +0100
@@ -1,11 +1,9 @@
 
 local tonumber, tostring = tonumber, tostring;
-local ipairs = ipairs;
+local ipairs, print= ipairs, print;
 
-local m_random = math.random;
-local format = string.format;
-
-local print = print;
+local m_random = import("math", "random");
+local format = import("string", "format");
 
 local hosts = hosts;
 
@@ -79,7 +77,7 @@
 						end
  
         			                send("</stream:features>");
-						log("info", "core", "Stream opened successfully");
+						log("info", "Stream opened successfully");
 						session.notopen = nil;
 end
 

mercurial