Hex-encode raw digest before printing in authority_certs_fetch_missing

This commit is contained in:
teor (Tim Wilson-Brown) 2016-07-01 09:38:41 +10:00
parent 596ccbf839
commit b4dcf56768
No known key found for this signature in database
GPG key ID: 450CBA7F968F094B

View file

@ -1038,7 +1038,8 @@ authority_certs_fetch_missing(networkstatus_t *status, time_t now,
if (!rs) {
log_warn(LD_BUG, "Directory %s delivered a consensus, but a "
"routerstatus could not be found for it.", dir_hint);
"routerstatus could not be found for it.",
hex_str(dir_hint, DIGEST_LEN));
}
}