diff --git a/MantidPlot/src/ProjectRecovery.cpp b/MantidPlot/src/ProjectRecovery.cpp index 3e8fb692394adf3f8d699fb49a2d89b5e8c7f4d9..803148e1eccfdddb0ded40f16a7c31cb62ddbc31 100644 --- a/MantidPlot/src/ProjectRecovery.cpp +++ b/MantidPlot/src/ProjectRecovery.cpp @@ -110,8 +110,7 @@ getRecoveryFolderCheckpoints(const std::string &recoveryFolderPath) { if (!recoveryPath.tryParse(recoveryFolderPath) || !Poco::File(recoveryPath).exists()) { // Folder may not exist yet - g_log.debug("Project Saving: Failed to get working folder whilst deleting " - "checkpoints"); + g_log.debug("Project Saving: Working folder does not exist"); return {}; }