mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Minor improvements to debug output (bug #2644)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4017 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -416,7 +416,7 @@ int ast_check_signature_bin(struct ast_key *key, char *msg, int msglen, unsigned
|
||||
res = RSA_verify(NID_sha1, digest, sizeof(digest), dsig, 128, key->rsa);
|
||||
|
||||
if (!res) {
|
||||
ast_log(LOG_DEBUG, "Key failed verification\n");
|
||||
ast_log(LOG_DEBUG, "Key failed verification: %s\n", key->name);
|
||||
return -1;
|
||||
}
|
||||
/* Pass */
|
||||
|
Reference in New Issue
Block a user