diff options
author | Roger Dingledine <arma@torproject.org> | 2002-07-19 18:48:19 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-07-19 18:48:19 +0000 |
commit | fc0e2a34ec79750df0a6dbef6599e26e956321a9 (patch) | |
tree | 078ee7e43e0309144fb8d59f4ec64b46a2a94729 | |
parent | fee55dd4a39da1bea1455dd4445d8db6b0b9b63d (diff) | |
download | tor-fc0e2a34ec79750df0a6dbef6599e26e956321a9.tar tor-fc0e2a34ec79750df0a6dbef6599e26e956321a9.tar.gz |
slightly less noisy
svn:r63
-rw-r--r-- | src/httpap/httpap.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/httpap/httpap.c b/src/httpap/httpap.c index 4467c9033..c1c2ea537 100644 --- a/src/httpap/httpap.c +++ b/src/httpap/httpap.c @@ -8,6 +8,9 @@ /* * Changes : * $Log$ + * Revision 1.4 2002/07/19 18:48:19 arma + * slightly less noisy + * * Revision 1.3 2002/07/12 18:14:16 montrose * removed loglevel from global namespace. severity level is set using log() with a NULL format argument now. example: log(LOG_ERR,NULL); * @@ -417,7 +420,7 @@ int handle_connection(int new_sock, struct hostent *local, struct sockaddr_in re close(new_sock); break; } - log(LOG_DEBUG,"handle_connection() : Received %u bytes from the onion proxy.",retval); +// log(LOG_DEBUG,"handle_connection() : Received %u bytes from the onion proxy.",retval); retval = write_tout(new_sock, buf, retval, conn_toutp); if (retval <= 0) |