[or-cvs] downgrade the "caught sigpipe" notice.

arma at seul.org arma at seul.org
Wed May 25 02:20:17 UTC 2005


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	main.c 
Log Message:
downgrade the 'caught sigpipe' notice.
we're going to pretend like all of these are fine.


Index: main.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.503
retrieving revision 1.504
diff -u -d -r1.503 -r1.504
--- main.c	24 May 2005 22:58:57 -0000	1.503
+++ main.c	25 May 2005 02:20:15 -0000	1.504
@@ -1024,7 +1024,7 @@
       break;
 #ifdef SIGPIPE
     case SIGPIPE:
-      log(LOG_NOTICE,"Caught sigpipe. Ignoring.");
+      log(LOG_DEBUG,"Caught sigpipe. Ignoring.");
       break;
 #endif
     case SIGUSR1:



More information about the tor-commits mailing list