mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 07:45:33 +01:00
Updater: clarify a string
This commit is contained in:
parent
100121c0b1
commit
4705fb7588
@ -375,7 +375,7 @@ void CleanUpTempDir(const std::string& temp_dir, const TodoList& todo)
|
|||||||
bool BackupFile(const std::string& path)
|
bool BackupFile(const std::string& path)
|
||||||
{
|
{
|
||||||
std::string backup_path = path + ".bak";
|
std::string backup_path = path + ".bak";
|
||||||
fprintf(log_fp, "Backing up unknown pre-existing %s to .bak.\n", path.c_str());
|
fprintf(log_fp, "Backing up existing %s to .bak.\n", path.c_str());
|
||||||
if (!File::Rename(path, backup_path))
|
if (!File::Rename(path, backup_path))
|
||||||
{
|
{
|
||||||
fprintf(log_fp, "Cound not rename %s to %s for backup.\n", path.c_str(), backup_path.c_str());
|
fprintf(log_fp, "Cound not rename %s to %s for backup.\n", path.c_str(), backup_path.c_str());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user