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

Added try/catch when processing disco packet of external component.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3641 b35dd754-fafc-0310-a699-88a17e54d16e
parent 843b6623
......@@ -324,8 +324,8 @@ public class InternalComponentManager implements ComponentManager, RoutableChann
}
}
catch (Exception e) {
Log.error("Error processing disco packet of external component: " +
packet.toXML(), e);
Log.error("Error processing disco packet of component: " + component +
" - " + packet.toXML(), 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