]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Remote console: more output discrepancies
authorKevin Harwell <kharwell@digium.com>
Tue, 17 Sep 2013 18:32:57 +0000 (18:32 +0000)
committerKevin Harwell <kharwell@digium.com>
Tue, 17 Sep 2013 18:32:57 +0000 (18:32 +0000)
commit1347333a462e5015a24b042040ac9a00067234a9
tree0d3fe52515baa7c5f5b697573f83bbe532b0cfd5
parent3c33267453b9bc98ca08f683b1f55b8b549bc631
Remote console: more output discrepancies

The remote console continued to have issues with its output.  In this case CLI
command output would either not show up (if verbose level = 0) or would contain
verbose prefixes (if verbose level > 0) once log messages were sent to the
remote console.  The fix now now adds verbose prefix data to all new lines
contained in a verbose log string.

(closes issue ASTERISK-22450)
Reported by: David Brillert
(closes issue AST-1193)
Reported by: Guenther Kelleter
Review: https://reviewboard.asterisk.org/r/2825/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@399267 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/asterisk.c
main/logger.c