224 } |
224 } |
225 } |
225 } |
226 catch (std::exception& e) |
226 catch (std::exception& e) |
227 { |
227 { |
228 m_interface->printWarning("Couldn't process packet: %s\n", e.what()); |
228 m_interface->printWarning("Couldn't process packet: %s\n", e.what()); |
|
229 m_interface->printWarning("Packet contents was: %s\n", message.quote().chars()); |
|
230 m_interface->printWarning("Stream position in payload was: %d\n", stream.position()); |
229 } |
231 } |
230 } |
232 } |
231 |
233 |
232 void RCONSession::processServerUpdates(Bytestream& packet) |
234 void RCONSession::processServerUpdates(Bytestream& packet) |
233 { |
235 { |