All pastes #2058239 Raw Copy code Copy link Edit

Someone

public text v1 · immutable
#2058239 ·published 2011-05-13 13:57 UTC
rendered paste body
Index: main/logger.c
===================================================================
--- main/logger.c	(revision 318436)
+++ main/logger.c	(working copy)
@@ -791,7 +791,7 @@
 
 	AST_RWLIST_UNLOCK(&logchannels);
 
-	state = ast_true(a->argv[4]) ? 1 : 0;
+	state = ast_true(a->argv[4]) ? 0 : 1;
 
 	if (level != -1) {
 		ast_console_toggle_loglevel(a->fd, level, state);