From cab22f2dc3c5f41b5163f74cbb233e390edff6ff Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 11 Oct 2022 11:16:39 -0400 Subject: add upstream 11.26 --- FreeFileSync/Source/ffs_paths.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FreeFileSync/Source/ffs_paths.cpp') diff --git a/FreeFileSync/Source/ffs_paths.cpp b/FreeFileSync/Source/ffs_paths.cpp index 84d8f74c..ec17c609 100644 --- a/FreeFileSync/Source/ffs_paths.cpp +++ b/FreeFileSync/Source/ffs_paths.cpp @@ -81,7 +81,8 @@ Zstring fff::getConfigDirPath() catch (const FileError& e) { assert(false); - std::cerr << utfTo(e.toString()) << '\n'; + std::cerr << utfTo(e.toString()) + '\n'; + warn_static("at least log on failure!") } return configPath; }(); -- cgit