pposix: Change LOG_EMERG -> LOG_CRIT, which makes more sense, thanks to intosi for reporting and an initial patch

Tue, 21 Jul 2009 13:21:52 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 21 Jul 2009 13:21:52 +0100
changeset 1565
f1eeb049a0a5
parent 1564
2437dcd46937
child 1566
9edeef1ad4f1
child 1568
b11bac42d56f

pposix: Change LOG_EMERG -> LOG_CRIT, which makes more sense, thanks to intosi for reporting and an initial patch

util-src/pposix.c file | annotate | diff | comparison | revisions
--- 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)

mercurial