]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
tell me the address of the guy who's trying to attack my dirserver
authorRoger Dingledine <arma@torproject.org>
Tue, 22 Mar 2005 01:18:50 +0000 (01:18 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 22 Mar 2005 01:18:50 +0000 (01:18 +0000)
svn:r3799

src/or/directory.c

index b20869fce608aecc1d84edc4826e7a264a5f14d0..597d215d1bf269e3f33eb454f51541e168a81286 100644 (file)
@@ -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.");