266 } |
266 } |
267 } |
267 } |
268 catch (std::exception& e) |
268 catch (std::exception& e) |
269 { |
269 { |
270 m_interface->printWarning("Couldn't process packet: %s\n", e.what()); |
270 m_interface->printWarning("Couldn't process packet: %s\n", e.what()); |
|
271 m_interface->printWarning("Packet contents was: %s\n", message.quote().chars()); |
|
272 m_interface->printWarning("Stream position in payload was: %d\n", stream.position()); |
271 } |
273 } |
272 } |
274 } |
273 |
275 |
274 void RCONSession::processServerUpdates(Bytestream& packet) |
276 void RCONSession::processServerUpdates(Bytestream& packet) |
275 { |
277 { |