Software /
code /
prosody
Changeset
4796:04a34287dc12
Merge with Zash
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 29 Apr 2012 02:09:12 +0100 |
parents | 4794:25ce7720555f (diff) 4795:8a105eb8aeae (current diff) |
children | 4797:e239668aa6d2 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;