summaryrefslogtreecommitdiff
path: root/csharp/src
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2015-08-31 11:26:50 -0230
committerDwayne Boone <dwayne@zeroc.com>2015-08-31 11:26:50 -0230
commitf5b250e9587fdf76f3cafbcc44baf271f8015d79 (patch)
tree5938689115f81ecdc823047791d90b2b401b7573 /csharp/src
parentICE-6742 - more python3 fixes (diff)
downloadice-f5b250e9587fdf76f3cafbcc44baf271f8015d79.tar.bz2
ice-f5b250e9587fdf76f3cafbcc44baf271f8015d79.tar.xz
ice-f5b250e9587fdf76f3cafbcc44baf271f8015d79.zip
ICE-6745 fixed minor formatting issue in error message
Diffstat (limited to 'csharp/src')
-rw-r--r--csharp/src/Ice/ConnectionFactory.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/csharp/src/Ice/ConnectionFactory.cs b/csharp/src/Ice/ConnectionFactory.cs
index 215b64322b1..04bfa596427 100644
--- a/csharp/src/Ice/ConnectionFactory.cs
+++ b/csharp/src/Ice/ConnectionFactory.cs
@@ -1061,6 +1061,7 @@ namespace IceInternal
s.Append(_current.endpoint.protocol());
s.Append(" connection to ");
s.Append(_current.connector.ToString());
+ s.Append("\n");
s.Append(ex);
_factory._instance.initializationData().logger.trace(
_factory._instance.traceLevels().networkCat, s.ToString());