projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Conversions to ast_debug()
[asterisk/asterisk.git]
/
main
/
loader.c
diff --git
a/main/loader.c
b/main/loader.c
index
cd4e09b
..
5f29fc6
100644
(file)
--- a/
main/loader.c
+++ b/
main/loader.c
@@
-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;
}