fix logging issue

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4563 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2004-12-27 22:41:58 +00:00
parent 7488a01ade
commit 6cd0d316e2
3 changed files with 5 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ static int printdigest(unsigned char *d)
strcat(buf, buf2);
}
strcat(buf, "\n");
ast_log(LOG_DEBUG, buf);
ast_log(LOG_DEBUG, "%s", buf);
return 0;
}