downgrade warning to info

svn:r4967
This commit is contained in:
Nick Mathewson
2005-09-09 21:03:57 +00:00
parent a5ea401b2e
commit dcf1e14190
+1 -1
View File
@@ -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);
});