diff options
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r-- | src/or/dirserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index f457574b15..92faab7f67 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -1209,7 +1209,7 @@ dirserv_get_networkstatus_v2(smartlist_t *result, if (cached) { smartlist_add(result, cached); } else { - log_fn(LOG_WARN, "Don't know about any network status with fingerprint '%s'", cp); + log_fn(LOG_INFO, "Don't know about any network status with fingerprint '%s'", cp); } tor_free(cp); }); |