diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-07-21 13:22:48 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-07-21 13:22:48 +0100 |
commit | 9e90e4ab66bf6e8aff989e94f6827ee54ee9bfcc (patch) | |
tree | 0bfe17df34c4eab82cf3006c3408750ddb496032 /util-src | |
parent | b95a1a48f4abb2a14dbbd55d5bfbdd0350f31e1c (diff) | |
parent | 015da9826919e388682ae891436220ca9e790d7b (diff) | |
download | prosody-9e90e4ab66bf6e8aff989e94f6827ee54ee9bfcc.tar.gz prosody-9e90e4ab66bf6e8aff989e94f6827ee54ee9bfcc.zip |
Merge with 0.5
Diffstat (limited to 'util-src')
-rw-r--r-- | util-src/pposix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-src/pposix.c b/util-src/pposix.c index d26639b2..70c15281 100644 --- a/util-src/pposix.c +++ b/util-src/pposix.c @@ -173,7 +173,7 @@ int level_constants[] = { LOG_INFO, LOG_NOTICE, LOG_WARNING, - LOG_EMERG, + LOG_CRIT, -1 }; int lc_syslog_log(lua_State* L) |