]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 227368 via svnmerge from
authorLeif Madsen <leif@leifmadsen.com>
Tue, 3 Nov 2009 19:49:31 +0000 (19:49 +0000)
committerLeif Madsen <leif@leifmadsen.com>
Tue, 3 Nov 2009 19:49:31 +0000 (19:49 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

........
  r227368 | lmadsen | 2009-11-03 13:48:53 -0600 (Tue, 03 Nov 2009) | 8 lines

  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: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@227370 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_controlplayback.c

index f79ab6d42a3857991e6328f0872c6dd01d7101d7..ed040ad7d3b372af36b53731c09dff21846244e4 100644 (file)
@@ -140,7 +140,7 @@ static int controlplayback_exec(struct ast_channel *chan, void *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))