mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Hex-encode raw digest before printing in authority_certs_fetch_missing
This commit is contained in:
+2
-1
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user