From: Kinsey Moore Date: Wed, 8 Feb 2012 15:28:48 +0000 (+0000) Subject: Add CHANGES documentation for the "pri set debug" bitmask change X-Git-Tag: 11.0.0-beta1~687 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0adeb88318467f75f84a70990b1f982b9ca470f3;p=thirdparty%2Fasterisk.git Add CHANGES documentation for the "pri set debug" bitmask change (related to ASTERISK-17159) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@354395 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index 6c26121dcb..4eaa095bd4 100644 --- a/CHANGES +++ b/CHANGES @@ -28,6 +28,8 @@ CLI Changes ------------------- * mixmonitor list command will now show MixMonitor ID, and the filenames of all running mixmonitors on a channel. + * The debuglevel of "pri set debug" is now a bitmask ranging from 0 to 15 if + numeric instead of 0, 1, or 2. ConfBridge -------------------