by "that's not ok", we actually meant "that's ok"

svn:r10360
This commit is contained in:
Roger Dingledine 2007-05-27 04:56:14 +00:00
parent 3419e7446e
commit cd6d3e5f86
1 changed files with 1 additions and 1 deletions

View File

@ -953,7 +953,7 @@ router_parse_entry_from_string(const char *s, const char *end,
goto err;
}
if (tok != find_last_by_keyword(tokens, K_ROUTER_SIGNATURE)) {
log_warn(LD_DIR, "Multiple signatures on one router. That's not ok.");
log_warn(LD_DIR, "Multiple signatures on one router. Ignoring.");
goto err;
}
if (!tok->object_type ||