plugins/mod_posix.lua

changeset 1045
06887b889b17
parent 1033
4a9f0d482028
child 1050
9552c08241af
child 1061
8c5876378c6f
--- a/plugins/mod_posix.lua	Wed Apr 22 20:01:19 2009 +0100
+++ b/plugins/mod_posix.lua	Wed Apr 22 21:42:19 2009 +0100
@@ -43,7 +43,6 @@
 local syslog_opened 
 function syslog_sink_maker(config)
 	if not syslog_opened then
-		print("OPENING SYSLOOOOOOOOOG");
 		pposix.syslog_open("prosody");
 		syslog_opened = true;
 	end

mercurial