diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-08-31 11:26:50 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-08-31 11:26:50 -0230 |
commit | f5b250e9587fdf76f3cafbcc44baf271f8015d79 (patch) | |
tree | 5938689115f81ecdc823047791d90b2b401b7573 /js/src | |
parent | ICE-6742 - more python3 fixes (diff) | |
download | ice-f5b250e9587fdf76f3cafbcc44baf271f8015d79.tar.bz2 ice-f5b250e9587fdf76f3cafbcc44baf271f8015d79.tar.xz ice-f5b250e9587fdf76f3cafbcc44baf271f8015d79.zip |
ICE-6745 fixed minor formatting issue in error message
Diffstat (limited to 'js/src')
-rw-r--r-- | js/src/Ice/OutgoingConnectionFactory.js | 1 |
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("")); } |