summaryrefslogtreecommitdiff
path: root/js/src
diff options
context:
space:
mode:
Diffstat (limited to 'js/src')
-rw-r--r--js/src/Ice/OutgoingConnectionFactory.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/Ice/OutgoingConnectionFactory.js b/js/src/Ice/OutgoingConnectionFactory.js
index df34c21065c..6f12d1e2d13 100644
--- a/js/src/Ice/OutgoingConnectionFactory.js
+++ b/js/src/Ice/OutgoingConnectionFactory.js
@@ -967,6 +967,7 @@ var ConnectCallback = Class({
s.push(this._current.protocol());
s.push(" connection to ");
s.push(this._current.toString());
+ s.push("\n");
s.push(ex.toString());
this._factory._instance.initializationData().logger.trace(traceLevels.networkCat, s.join(""));
}