|
From: <tho...@us...> - 2014-05-01 13:28:53
|
Revision: 550
http://sourceforge.net/p/cgreen/code/550
Author: thomasnilsson
Date: 2014-05-01 13:28:45 +0000 (Thu, 01 May 2014)
Log Message:
-----------
Also forgot a debug printout
Modified Paths:
--------------
trunk/cgreen/tests/messaging_tests.c
Modified: trunk/cgreen/tests/messaging_tests.c
===================================================================
--- trunk/cgreen/tests/messaging_tests.c 2014-05-01 13:16:01 UTC (rev 549)
+++ trunk/cgreen/tests/messaging_tests.c 2014-05-01 13:28:45 UTC (rev 550)
@@ -34,7 +34,6 @@
static int signal_received = 0;
static void catch_signal(int s) {
(void)s;
- fprintf(stderr, "CAUGHT"); fflush(NULL);
signal_received = 1;
signal(SIGPIPE, SIG_DFL);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|