mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Silence some leftover warnings.
This commit is contained in:
parent
f2f1cab2b3
commit
ad56a342b4
@ -2392,10 +2392,10 @@ service_desc_hsdirs_changed(const hs_service_t *service,
|
||||
|
||||
/* Check whether the set of HSDirs changed */
|
||||
if (!smartlist_strings_eq(b64_responsible_dirs, desc->previous_hsdirs)) {
|
||||
log_warn(LD_GENERAL, "Received new dirinfo and set of hsdirs changed!");
|
||||
log_info(LD_GENERAL, "Received new dirinfo and set of hsdirs changed!");
|
||||
retval = 1;
|
||||
} else {
|
||||
log_warn(LD_GENERAL, "No change in hsdir set!");
|
||||
log_debug(LD_GENERAL, "No change in hsdir set!");
|
||||
}
|
||||
|
||||
done:
|
||||
|
Loading…
Reference in New Issue
Block a user