# HG changeset patch # User Matthew Wild # Date 1335661752 -3600 # Node ID 04a34287dc129153ac72ce5fdba558b74a0b34e7 # Parent 25ce7720555fd22a6fcca873f2a876167f670348# Parent 8a105eb8aeaeef39cac26d0689a4877de4929b01 Merge with Zash diff -r 8a105eb8aeae -r 04a34287dc12 plugins/mod_posix.lua --- a/plugins/mod_posix.lua Tue Apr 24 21:42:26 2012 +0200 +++ b/plugins/mod_posix.lua Sun Apr 29 02:09:12 2012 +0100 @@ -112,7 +112,7 @@ local syslog_opened; function syslog_sink_maker(config) if not syslog_opened then - pposix.syslog_open("prosody"); + pposix.syslog_open("prosody", module:get_option_string("syslog_facility")); syslog_opened = true; end local syslog, format = pposix.syslog_log, string.format;