Changeset

1565:f1eeb049a0a5

pposix: Change LOG_EMERG -> LOG_CRIT, which makes more sense, thanks to intosi for reporting and an initial patch
author Matthew Wild <mwild1@gmail.com>
date Tue, 21 Jul 2009 13:21:52 +0100
parents 1564:2437dcd46937
children 1566:9edeef1ad4f1 1568:b11bac42d56f
files util-src/pposix.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util-src/pposix.c	Tue Jul 21 13:19:37 2009 +0100
+++ b/util-src/pposix.c	Tue Jul 21 13:21:52 2009 +0100
@@ -173,7 +173,7 @@
 				LOG_INFO,
 				LOG_NOTICE,
 				LOG_WARNING,
-				LOG_EMERG,
+				LOG_CRIT,
 				-1
 			};
 int lc_syslog_log(lua_State* L)