log tweak

This commit is contained in:
zzz
2012-11-13 20:30:56 +00:00
parent 2362862f31
commit f8133b7abf

View File

@ -35,7 +35,7 @@ public class RouterAppManager implements ClientAppManager {
app.startup();
} catch (Throwable t) {
_clients.remove(app);
_log.error("Client " + app + " failed to start");
_log.error("Client " + app + " failed to start", t);
}
}