svn:r1364
This commit is contained in:
Roger Dingledine
2004-03-29 19:53:53 +00:00
parent ec928d96d3
commit 85884a59e9
+1 -1
View File
@@ -254,7 +254,7 @@ dirserv_add_descriptor(const char **desc)
return -1;
}
if (ri->published_on < now-ROUTER_MAX_AGE) {
log_fn(LOG_WARN, "Publication time for router with nickanem %s is too far in the past. Not adding", ri->nickname);
log_fn(LOG_WARN, "Publication time for router with nickname %s is too far in the past. Not adding", ri->nickname);
routerinfo_free(ri);
*desc = end;
return -1;