[svn-commits] lmadsen: trunk r227368 - /trunk/apps/app_controlplayback.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Nov 3 13:48:58 CST 2009


Author: lmadsen
Date: Tue Nov  3 13:48:53 2009
New Revision: 227368

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=227368
Log:
Change warning message to debug message.

app_controlplayback outputs a warning, when in fact it is normal.

(closes issue #16071)
Reported by: atis
Patches:
      controlplayback_warning.patch uploaded by atis (license 242)

Modified:
    trunk/apps/app_controlplayback.c

Modified: trunk/apps/app_controlplayback.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_controlplayback.c?view=diff&rev=227368&r1=227367&r2=227368
==============================================================================
--- trunk/apps/app_controlplayback.c (original)
+++ trunk/apps/app_controlplayback.c Tue Nov  3 13:48:53 2009
@@ -175,7 +175,7 @@
 		else
 			args.rev = NULL;
 	}
-	ast_log(LOG_WARNING, "args.fwd = %s, args.rew = %s\n", args.fwd, args.rev);
+	ast_debug(1, "Forward key = %s, Rewind key = %s\n", args.fwd, args.rev);
 	if (args.stop && !is_on_phonepad(*args.stop))
 		args.stop = NULL;
 	if (args.pause && !is_on_phonepad(*args.pause))




More information about the svn-commits mailing list