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);