this is a test commit for WinUpdater

This commit is contained in:
Shawn Hoffman 2022-10-23 00:19:46 -07:00
parent 34de2b85f3
commit f952c3dbbe
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ bool UpdateFiles(const std::vector<TodoList::UpdateOp>& to_update,
reloc_path.replace_filename("Updater.2.exe");
if (!MoveFile(self_path.wstring().c_str(), reloc_path.wstring().c_str()))
{
fprintf(log_fp, "Failed to relocate %s.\n", op.filename.c_str());
fprintf(log_fp, "Failed to move %s.\n", op.filename.c_str());
// Just let the Copy fail, later.
}
}