diff options
author | Marc Laukien <marc@zeroc.com> | 2002-11-08 22:18:39 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-11-08 22:18:39 +0000 |
commit | 43dc982678b7592001df77d6bd32e286299c24cc (patch) | |
tree | 367213889351866b763ea80cda64d07c1d40c39b /cpp/src | |
parent | add test for Map.Entry.setValue (diff) | |
download | ice-43dc982678b7592001df77d6bd32e286299c24cc.tar.bz2 ice-43dc982678b7592001df77d6bd32e286299c24cc.tar.xz ice-43dc982678b7592001df77d6bd32e286299c24cc.zip |
many fixes to run scripts
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/TcpAcceptor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/TcpAcceptor.cpp b/cpp/src/Ice/TcpAcceptor.cpp index 44531f0c290..88aad830087 100644 --- a/cpp/src/Ice/TcpAcceptor.cpp +++ b/cpp/src/Ice/TcpAcceptor.cpp @@ -118,7 +118,7 @@ IceInternal::TcpAcceptor::TcpAcceptor(const InstancePtr& instance, const string& if(_traceLevels->network >= 2) { Trace out(_logger, _traceLevels->networkCat); - out << "attempting to bind to tcp socket\n" << toString(); + out << "attempting to bind to tcp socket " << toString(); } doBind(_fd, _addr); } |