Logmark fix
This commit is contained in:
parent
5135e4c135
commit
9adbb84b63
@ -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);
|
||||
|
Reference in New Issue
Block a user