From 9adbb84b63532ab70cb10aa666fdb4b6ba9d9a06 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sun, 11 Feb 2007 13:54:09 +0000 Subject: [PATCH] Logmark fix --- mbfido/mbfcheck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbfido/mbfcheck.c b/mbfido/mbfcheck.c index fc3a0b6d..4c5bc61d 100644 --- a/mbfido/mbfcheck.c +++ b/mbfido/mbfcheck.c @@ -545,7 +545,7 @@ void CheckArea(int Area) } if (lstat(fn, &stb) == 0) { if (unlink(fn) == 0) { - Syslog('-', "%s dead link removed from disk", fn); + Syslog('!', "%s dead link removed from disk", fn); iErrors++; } else { WriteError("$%s link not in fdb, cannot delete", fn);