mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Conversions to ast_debug()
(issue #9984, patches from eliel and dimas) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@71338 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -248,8 +248,7 @@ static int printdigest(const unsigned char *d)
|
||||
for (pos = 0, x = 0; x < 16; x++)
|
||||
pos += sprintf(buf + pos, " %02x", *d++);
|
||||
|
||||
if (option_debug)
|
||||
ast_log(LOG_DEBUG, "Unexpected signature:%s\n", buf);
|
||||
ast_debug(1, "Unexpected signature:%s\n", buf);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user