Browse code

fix spam

git-svn: trunk@4762

aCaB authored on 2009/02/13 02:54:15
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Thu Feb 12 19:22:23 CET 2009 (acab)
2
+-----------------------------------
3
+ * shared/actions.c: fix message
4
+
1 5
 Thu Feb 12 20:16:25 EET 2009 (edwin)
2 6
 ------------------------------------
3 7
  * clamd/others.c: add check for msg.controllen, apparently Mac OS X
... ...
@@ -108,7 +108,7 @@ static void action_copy(const char *filename) {
108 108
 
109 109
 static void action_remove(const char *filename) {
110 110
     if(unlink(filename)) {
111
-	logg("!Can't remove.\n", filename);
111
+	logg("!Can't remove file '%s'.\n", filename);
112 112
 	notremoved++;
113 113
     } else {
114 114
 	logg("~%s: Removed.\n", filename);