diff options
| author | David Yip <yipdw@alumni.rose-hulman.edu> | 2006-02-10 19:13:32 +0000 |
|---|---|---|
| committer | dwyip <dwyip@users.sourceforge.net> | 2006-02-10 19:13:32 +0000 |
| commit | 24530f311ba7cea8cb9996ed1f6cddaaa2cfe36b (patch) | |
| tree | e93e737e81f5a081e821855827e39b4873881c9b /src/jabber_whiteboard/message-handler.cpp | |
| parent | rename so that this option will not be mistaken for generalized DXF output (diff) | |
| download | inkscape-24530f311ba7cea8cb9996ed1f6cddaaa2cfe36b.tar.gz inkscape-24530f311ba7cea8cb9996ed1f6cddaaa2cfe36b.zip | |
Fix for bug #1352522 (Inkboard: problem when invited person invites you back). I'm not marking it as CLOSED because there's still some testing left to do, but I
think this should nail it.
(bzr r113)
Diffstat (limited to 'src/jabber_whiteboard/message-handler.cpp')
| -rw-r--r-- | src/jabber_whiteboard/message-handler.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/jabber_whiteboard/message-handler.cpp b/src/jabber_whiteboard/message-handler.cpp index cdcef74b8..031ed7348 100644 --- a/src/jabber_whiteboard/message-handler.cpp +++ b/src/jabber_whiteboard/message-handler.cpp @@ -86,11 +86,10 @@ MessageHandler::_hasValidReceiveContext(LmMessage* message) // TODO: remove this debug block if ((status & recvcontext).to_ulong() < status.to_ulong()) { - g_warning("Received message in incorrect context (current is not a subset of required); discarding message."); + g_warning("Received message in incorrect context; discarding message."); std::string s2 = recvcontext.to_string< char, std::char_traits< char >, std::allocator< char > >(); - g_warning("current context=%s required context=%s (msgtype %s)", s1.c_str(), s2.c_str(), MessageHandler::ink_type_to_string(type)); } |
