From 9ea0bb3585097376e033faf412610fc92568aba5 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 4 May 2015 14:55:18 -0700 Subject: [PATCH] client: finish last commit --- client/sandbox.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/sandbox.cpp b/client/sandbox.cpp index 661a7de9d5..77d03def6f 100644 --- a/client/sandbox.cpp +++ b/client/sandbox.cpp @@ -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;