Reword uncaught exception error, and log full stack

This commit is contained in:
Sandro Santilli
2014-03-13 11:58:29 +01:00
parent 86841f80ca
commit 471edabe4d
+1 -1
View File
@@ -81,5 +81,5 @@ process.on('SIGUSR2', function() {
});
process.on('uncaughtException', function(err) {
logger.error('Caught exception: ' + err);
logger.error('Uncaught exception: ' + err.stack);
});