Commit 5d12d924 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Added more information when logging warn about bad_namespace_prefix.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3768 b35dd754-fafc-0310-a699-88a17e54d16e
parent c686dcd7
......@@ -625,8 +625,8 @@ public abstract class SocketReader implements Runnable {
// Close the underlying connection
connection.close();
// Log a warning so that admins can track this cases from the server side
Log.warn("Closing session due to bad_namespace_prefix in stream header. Connection: " +
connection);
Log.warn("Closing session due to bad_namespace_prefix in stream header. Prefix: " +
xpp.getNamespace(null) + ". Connection: " + connection);
}
}
......
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