diff options
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 250e7d2a87..2ba74d7eae 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -571,6 +571,7 @@ int router_load_routerlist_from_string(const char *s, int trusted) routerinfo_t *r = smartlist_get(new_list->routers, i); if (r->dir_port) { char *b; + log_fn(LOG_DEBUG,"Trusting router %s.", r->nickname); r->is_trusted_dir = 1; b = tor_malloc(DIGEST_LEN); memcpy(b, r->identity_digest, DIGEST_LEN); |