[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[or-cvs] slightly less noisy
Update of /home/or/cvsroot/src/httpap
In directory moria.seul.org:/home/arma/work/onion/cvs/src/httpap
Modified Files:
httpap.c
Log Message:
slightly less noisy
Index: httpap.c
===================================================================
RCS file: /home/or/cvsroot/src/httpap/httpap.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- httpap.c 12 Jul 2002 18:14:16 -0000 1.3
+++ httpap.c 19 Jul 2002 18:48:19 -0000 1.4
@@ -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 @@
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)