Commit 7ac12cab authored by Armando Jagucki's avatar Armando Jagucki Committed by ajagucki

Log internal server errors in LocalMUCUser.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10034 b35dd754-fafc-0310-a699-88a17e54d16e
parent 3d617a15
......@@ -402,6 +402,7 @@ public class LocalMUCUser implements MUCUser {
}
catch (Exception e) {
sendErrorPacket(packet, PacketError.Condition.internal_server_error);
Log.error(e);
}
}
}
......
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