summaryrefslogtreecommitdiff
path: root/protocols/MRA/src/Mra_functions.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-06-13 00:03:40 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-06-13 00:03:40 +0300
commit1723a03ef74caa86cbfde4144541afb92147395f (patch)
tree026a6b7c0331e661dc47eac592f3e26e18cd4417 /protocols/MRA/src/Mra_functions.cpp
parent9e03ccf552848ea74aee686d95b81914e136ce7b (diff)
MRA: more logs
Diffstat (limited to 'protocols/MRA/src/Mra_functions.cpp')
-rw-r--r--protocols/MRA/src/Mra_functions.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/MRA/src/Mra_functions.cpp b/protocols/MRA/src/Mra_functions.cpp
index d3d6886d38..d6ca2c6574 100644
--- a/protocols/MRA/src/Mra_functions.cpp
+++ b/protocols/MRA/src/Mra_functions.cpp
@@ -867,6 +867,7 @@ void CMraProto::ShowFormattedErrorMessage(LPWSTR lpwszErrText, DWORD dwErrorCode
szErrDescription[dwErrDescriptionSize] = 0;
mir_snwprintf(szErrorText, L"%s %lu: %s", TranslateW(lpwszErrText), dwErrorCode, szErrDescription);
}
+ debugLogA("Error happened: %S", szErrorText);
MraPopupShowFromAgentW(MRA_POPUP_TYPE_ERROR, szErrorText);
}