downgrade warning message (bb #1433).

git-svn: trunk@4878
0.95
Török Edvin 16 years ago
parent 43ea567582
commit 1c3895a69f
  1. 4
      ChangeLog
  2. 2
      clamd/server-th.c

@ -1,3 +1,7 @@
Sun Mar 1 12:33:44 EET 2009 (edwin)
------------------------------------
* clamd/server-th.c: downgrade warning message (bb #1433).
Sun Mar 1 12:15:17 EET 2009 (edwin)
------------------------------------
* clamdtop/clamdtop.c, shared/optparser.c: Fix colors when terminal

@ -454,7 +454,7 @@ static void *acceptloop_th(void *arg)
progexit = 1;
pthread_mutex_unlock(&exit_mutex);
if (write(data->syncpipe_wake_recv[1], "", 1) < 0) {
logg("^Syncpipe write failed\n");
logg("$Syncpipe write failed\n");
}
return NULL;

Loading…
Cancel
Save