Add debugging message when SIGPIPE is received.

This commit is contained in:
Andrew Wood
2025-07-25 20:49:50 +01:00
parent 8d45738126
commit 7924a796ea
+1
View File
@@ -911,6 +911,7 @@ static int pv__transfer_write(pvstate_t state, bool *eof_in, bool *eof_out, long
*eof_in = true;
*eof_out = true;
state->flag.pipe_closed = 1;
debug("%s", "SIGPIPE received - setting pipe_closed");
return 0;
}