diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-13 00:03:40 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-13 00:03:40 +0300 |
commit | 1723a03ef74caa86cbfde4144541afb92147395f (patch) | |
tree | 026a6b7c0331e661dc47eac592f3e26e18cd4417 /protocols/MRA/src/Mra_functions.cpp | |
parent | 9e03ccf552848ea74aee686d95b81914e136ce7b (diff) |
MRA: more logs
Diffstat (limited to 'protocols/MRA/src/Mra_functions.cpp')
-rw-r--r-- | protocols/MRA/src/Mra_functions.cpp | 1 |
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);
}
|