https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r175777 | oej | 2009-02-15 20:48:38 +0100 (Sön, 15 Feb 2009) | 2 lines
Make sure that the debug line is not printed on debug level 0
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@175783
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
auth = find_realm_authentication(authl, p->realm); /* If not, global list */
if (auth) {
- ast_log(LOG_DEBUG, "use realm [%s] from peer [%s][%s]\n", auth->username, p->peername, p->username);
+ ast_debug(3, "use realm [%s] from peer [%s][%s]\n", auth->username, p->peername, p->username);
username = auth->username;
secret = auth->secret;
md5secret = auth->md5secret;