Update disk watch for FreeBSD

This commit is contained in:
Michiel Broek
2004-03-20 21:30:11 +00:00
parent b994bf4782
commit f2a5b62745
4 changed files with 13 additions and 8 deletions

View File

@@ -485,7 +485,6 @@ int enoughspace(unsigned long needed)
rc = atoi(res);
}
Syslog('s', "enoughspace() rc=%d", rc);
return rc;
}