Skip to content

Commit

Permalink
Make message less misleading, closes #42
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Jul 31, 2019
1 parent bacc238 commit 7c94446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zsclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 7c94446

Please sign in to comment.