| ... | ... |
@@ -1,3 +1,7 @@ |
| 1 |
+Sun Mar 1 12:33:44 EET 2009 (edwin) |
|
| 2 |
+------------------------------------ |
|
| 3 |
+ * clamd/server-th.c: downgrade warning message (bb #1433). |
|
| 4 |
+ |
|
| 1 | 5 |
Sun Mar 1 12:15:17 EET 2009 (edwin) |
| 2 | 6 |
------------------------------------ |
| 3 | 7 |
* clamdtop/clamdtop.c, shared/optparser.c: Fix colors when terminal |
| ... | ... |
@@ -454,7 +454,7 @@ static void *acceptloop_th(void *arg) |
| 454 | 454 |
progexit = 1; |
| 455 | 455 |
pthread_mutex_unlock(&exit_mutex); |
| 456 | 456 |
if (write(data->syncpipe_wake_recv[1], "", 1) < 0) {
|
| 457 |
- logg("^Syncpipe write failed\n");
|
|
| 457 |
+ logg("$Syncpipe write failed\n");
|
|
| 458 | 458 |
} |
| 459 | 459 |
|
| 460 | 460 |
return NULL; |