From 8db549642d02e7a37783caec3d1b9929cfa5db55 Mon Sep 17 00:00:00 2001 From: qwell Date: Fri, 29 Sep 2006 22:35:09 +0000 Subject: Fix a bug with the removal of 'atleast' argument to 'core verbose' and 'core debug'. Add that argument back in. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44053 f38db490-d61c-443f-a65b-d21fe96a405b --- main/asterisk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/asterisk.c') diff --git a/main/asterisk.c b/main/asterisk.c index 417036b52..cdac99b25 100644 --- a/main/asterisk.c +++ b/main/asterisk.c @@ -2138,9 +2138,9 @@ static void ast_remotecontrol(char * data) pid = atoi(cpid); else pid = -1; - snprintf(tmp, sizeof(tmp), "core verbose %d", option_verbose); + snprintf(tmp, sizeof(tmp), "core verbose atleast %d", option_verbose); fdprint(ast_consock, tmp); - snprintf(tmp, sizeof(tmp), "core debug %d", option_debug); + snprintf(tmp, sizeof(tmp), "core debug atleast %d", option_debug); fdprint(ast_consock, tmp); if (ast_opt_mute) { snprintf(tmp, sizeof(tmp), "log and verbose output currently muted ('logger unmute' to unmute)"); -- cgit v1.2.3