projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fa2c4c
)
Remove fprintf statement
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 26 Nov 2002 16:56:21 +0000
(16:56 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 26 Nov 2002 16:56:21 +0000
(16:56 +0000)
server/eventl.c
patch
|
blob
|
history
diff --git
a/server/eventl.c
b/server/eventl.c
index
2ed53c6
..
ce38bd8
100644
(file)
--- a/
server/eventl.c
+++ b/
server/eventl.c
@@
-3,7
+3,7
@@
* See the file LICENSE for details.
* Sebastian Hammer, Adam Dickmeiss
*
- * $Id: eventl.c,v 1.33 2002-11-26 13:15:42 adam Exp $
+ * $Id: eventl.c,v 1.34 2002-11-26 16:56:21 adam Exp $
*/
#include <stdio.h>
@@
-62,8
+62,6
@@
int event_loop(IOCHAN *iochans)
if (statserv_must_terminate())
{
- fprintf (stderr, "must terminate 1\n");
-
for (p = *iochans; p; p = p->next)
p->force_event = EVENT_TIMEOUT;
}