mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
fix punctuation in logs
This commit is contained in:
parent
5d679caa32
commit
00120544a4
@ -727,7 +727,7 @@ dirserv_add_descriptor(routerinfo_t *ri, const char **msg, const char *source)
|
||||
"MAX_DESCRIPTOR_UPLOAD_SIZE (%d) constant is too low.",
|
||||
ri->nickname, source, (int)ri->cache_info.signed_descriptor_len,
|
||||
MAX_DESCRIPTOR_UPLOAD_SIZE);
|
||||
*msg = "Router descriptor was too large";
|
||||
*msg = "Router descriptor was too large.";
|
||||
control_event_or_authdir_new_descriptor("REJECTED",
|
||||
ri->cache_info.signed_descriptor_body,
|
||||
ri->cache_info.signed_descriptor_len, *msg);
|
||||
|
@ -672,7 +672,7 @@ init_keys(void)
|
||||
* we don't really need new keys yet so the descriptor doesn't
|
||||
* change and the old one is still fresh. */
|
||||
log_info(LD_GENERAL, "Couldn't add own descriptor to directory "
|
||||
"after key init: %s. This is usually not a problem.",
|
||||
"after key init: %s This is usually not a problem.",
|
||||
m?m:"<unknown error>");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user