From: Roger Dingledine Date: Tue, 22 Mar 2005 01:18:50 +0000 (+0000) Subject: tell me the address of the guy who's trying to attack my dirserver X-Git-Tag: tor-0.1.0.1-rc~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d1460c8585160885f640ed8aa037febe33e8add;p=thirdparty%2Ftor.git tell me the address of the guy who's trying to attack my dirserver svn:r3799 --- diff --git a/src/or/directory.c b/src/or/directory.c index b20869fce6..597d215d1b 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -1054,7 +1054,7 @@ static int directory_handle_command(connection_t *conn) { &headers, MAX_HEADERS_SIZE, &body, &body_len, MAX_BODY_SIZE)) { case -1: /* overflow */ - log_fn(LOG_WARN,"Invalid input. Closing."); + log_fn(LOG_WARN,"Invalid input from address '%s'. Closing.", conn->address); return -1; case 0: log_fn(LOG_DEBUG,"command not all here yet.");