diff --git a/src/zsclient.cpp b/src/zsclient.cpp index 9e07022..c710bf5 100644 --- a/src/zsclient.cpp +++ b/src/zsclient.cpp @@ -898,7 +898,7 @@ namespace zsync2 { // check whether file exists at all, because if not, a full download is required if (!isfile(pathToLocalFile)) { - issueStatusMessage("Cannot find file " + pathToLocalFile + ", triggering full download"); + issueStatusMessage("Cannot find file " + pathToLocalFile); updateAvailable = true; return true; }