Mercurial > prosody-hg
diff plugins/mod_posix.lua @ 1050:9552c08241af
Merge with 0.4 branch
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Thu, 23 Apr 2009 03:28:35 +0100 |
| parents | a3d77353c18a 06887b889b17 |
| children | 0cb325970a50 |
line wrap: on
line diff
--- a/plugins/mod_posix.lua Thu Apr 23 02:48:22 2009 +0500 +++ b/plugins/mod_posix.lua Thu Apr 23 03:28:35 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
