mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
r15662@catbus: nickm | 2007-10-10 16:27:58 -0400
Removee a misleading log message. svn:r11859
This commit is contained in:
parent
8e8d2defe3
commit
0452a965da
@ -97,7 +97,6 @@ trusted_dirs_reload_certs(void)
|
||||
if (!contents)
|
||||
return 0;
|
||||
r = trusted_dirs_load_certs_from_string(contents, 1);
|
||||
log_notice(LD_DIR, "Loaded %d certs from cache.", r);
|
||||
tor_free(contents);
|
||||
return r;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user