client: finish last commit

This commit is contained in:
David Anderson 2015-05-04 14:55:18 -07:00
parent 44c82bea9e
commit 9ea0bb3585
1 changed files with 6 additions and 0 deletions

View File

@ -314,6 +314,12 @@ int client_clean_out_dir(const char* dirpath, const char* reason) {
retval = dir_scan(filename, dirp, sizeof(filename));
if (retval) {
if (retval != ERR_NOT_FOUND) {
if (log_flags.slot_debug) {
msg_printf(0, MSG_INFO,
"[slot] dir_scan(%s) failed: %s",
dirpath, boincerror(retval)
);
}
final_retval = retval;
}
break;