summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2022-10-23 00:19:46 -0700
committerShawn Hoffman <godisgovernment@gmail.com>2022-10-23 00:19:46 -0700
commitf952c3dbbe8740f1d832c4e00f06231fdb3be1bd (patch)
tree949b51700ac419856821998e2fe87ad07e4cbd1c /Source
parent34de2b85f3b10358ff0a2f22cf93787d07533fa4 (diff)
this is a test commit for WinUpdater
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/UpdaterCommon/UpdaterCommon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/UpdaterCommon/UpdaterCommon.cpp b/Source/Core/UpdaterCommon/UpdaterCommon.cpp
index 6728a33d6e..72f357bf76 100644
--- a/Source/Core/UpdaterCommon/UpdaterCommon.cpp
+++ b/Source/Core/UpdaterCommon/UpdaterCommon.cpp
@@ -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.
}
}