aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_controlplayback.c
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-03 19:48:53 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-03 19:48:53 +0000
commit51baadc56bd3701670d47ff95bc1373c71b8ba23 (patch)
tree9c22ce60af4688385c05db8a75e70bc20c73d28a /apps/app_controlplayback.c
parent6d95b825563036af1ee731f575289f6ac36b497a (diff)
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) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@227368 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_controlplayback.c')
-rw-r--r--apps/app_controlplayback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_controlplayback.c b/apps/app_controlplayback.c
index 1d6dcec47..bbeea3037 100644
--- a/apps/app_controlplayback.c
+++ b/apps/app_controlplayback.c
@@ -175,7 +175,7 @@ static int controlplayback_exec(struct ast_channel *chan, const char *data)
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))