diff options
Diffstat (limited to 'protocols/Steam/src/steam_ws.cpp')
| -rw-r--r-- | protocols/Steam/src/steam_ws.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam_ws.cpp b/protocols/Steam/src/steam_ws.cpp index 963ebf6f9d..d9a90adeab 100644 --- a/protocols/Steam/src/steam_ws.cpp +++ b/protocols/Steam/src/steam_ws.cpp @@ -166,6 +166,9 @@ void CSteamProto::ProcessMessage(const uint8_t *buf, size_t cbLen) cbLen -= 30; } + if (hdr.has_eresult && hdr.eresult != (int)EResult::OK) + debugLogA("HDR: error code %d", hdr.eresult); + // persistent callbacks switch (msgType) { case EMsg::ServiceMethod: |
