mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
Change a warning/bug message
svn:r16576
This commit is contained in:
parent
3c0b0ccca9
commit
ab9078fca0
@ -1944,7 +1944,8 @@ routerstatus_format_entry(char *buf, size_t buf_len,
|
||||
|
||||
base16_encode(id, sizeof(id), rs->identity_digest, DIGEST_LEN);
|
||||
base16_encode(dd, sizeof(dd), rs->descriptor_digest, DIGEST_LEN);
|
||||
log_warn(LD_BUG, "Cannot get the descriptor with digest %s for %s.",
|
||||
log_warn(LD_BUG, "Cannot get any descriptor for %s "
|
||||
"(wanted descriptor %s).",
|
||||
id, dd);
|
||||
return -1;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user