diff options
Diffstat (limited to 'updater/popups.cpp')
-rw-r--r-- | updater/popups.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/updater/popups.cpp b/updater/popups.cpp index 95911f4..c4e2edf 100644 --- a/updater/popups.cpp +++ b/updater/popups.cpp @@ -161,6 +161,7 @@ void ShowWarning(TCHAR *msg) void ShowError(TCHAR *msg)
{
static const TCHAR title[512] = _T(MODULE) _T(" Error");
+ NLog(msg);
if(ServiceExists(MS_POPUP_SHOWMESSAGE))
{
|