Commit c0cd38cf authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Fixed error message.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4999 b35dd754-fafc-0310-a699-88a17e54d16e
parent 06e1f2c2
...@@ -204,7 +204,7 @@ public class ConnectionMultiplexerSession extends Session { ...@@ -204,7 +204,7 @@ public class ConnectionMultiplexerSession extends Session {
return session; return session;
} }
catch (Exception e) { catch (Exception e) {
Log.error("An error occured while creating a ComponentSession", e); Log.error("An error occured while creating a Connection Manager Session", e);
// Close the underlying connection // Close the underlying connection
connection.close(); connection.close();
return null; return null;
......
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