diff options
Diffstat (limited to 'FreeFileSync/Source/fatal_error.h')
-rw-r--r-- | FreeFileSync/Source/fatal_error.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/FreeFileSync/Source/fatal_error.h b/FreeFileSync/Source/fatal_error.h index 4749ac75..8d310b3b 100644 --- a/FreeFileSync/Source/fatal_error.h +++ b/FreeFileSync/Source/fatal_error.h @@ -30,6 +30,12 @@ void logFatalError(const std::wstring& msg); //noexcept inline void logFatalError(const std::wstring& msg) //noexcept { + warn_static("new semantics: logErrorWhileBusy or logErrorShowLater + show upon next FFS start!?") + warn_static("this really should append!") + //create time-stamped file path + show if newer than last FFS run? (save in GlobalSettings.xml) + //replace calls to ::MessageBox() and std::cerr ? + //save std::time() + using namespace zen; assert(false); //this is stuff we like to debug |