diff options
Diffstat (limited to 'src/common/core.c')
-rw-r--r-- | src/common/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/core.c b/src/common/core.c index 301760759..b89cc3841 100644 --- a/src/common/core.c +++ b/src/common/core.c @@ -94,7 +94,7 @@ static void sig_proc(int sn) //run_flag = 0; // should we quit? break; case SIGPIPE: - ShowMessage ("Broken pipe found... closing socket\n"); // set to eof in socket.c + //ShowInfo ("Broken pipe found... closing socket\n"); // set to eof in socket.c break; // does nothing here #endif } |