Commit a85407c0 authored by Armando Jagucki's avatar Armando Jagucki Committed by ajagucki

Include the error packet for the logged warning in case of Clearspace error...

Include the error packet for the logged warning in case of Clearspace error during chat transcript-updates.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10628 b35dd754-fafc-0310-a699-88a17e54d16e
parent 4ab73f72
......@@ -183,7 +183,7 @@ public class ClearspaceMUCTranscriptManager implements MUCEventListener {
}
else if (result.getType() == IQ.Type.error) {
// Clearspace was not able to process the transcript-update
Log.warn("Clearspace received a transcript-update packet but was not able to process it.");
Log.warn("Clearspace received a transcript-update packet but was not able to process it." + result.toXML());
// Return early so that the room-events queue is not cleared.
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment