mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
downgrade the 'caught sigpipe' notice.
we're going to pretend like all of these are fine. svn:r4301
This commit is contained in:
parent
4f0d7b82ae
commit
bfc7838b97
@ -1024,7 +1024,7 @@ static void signal_callback(int fd, short events, void *arg)
|
||||
break;
|
||||
#ifdef SIGPIPE
|
||||
case SIGPIPE:
|
||||
log(LOG_NOTICE,"Caught sigpipe. Ignoring.");
|
||||
log(LOG_DEBUG,"Caught sigpipe. Ignoring.");
|
||||
break;
|
||||
#endif
|
||||
case SIGUSR1:
|
||||
|
Loading…
Reference in New Issue
Block a user