summaryrefslogtreecommitdiff
path: root/io/source/connector/ctr_socket.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/connector/ctr_socket.cxx')
-rw-r--r--io/source/connector/ctr_socket.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/source/connector/ctr_socket.cxx b/io/source/connector/ctr_socket.cxx
index 6523d6408599..ada34a6e2016 100644
--- a/io/source/connector/ctr_socket.cxx
+++ b/io/source/connector/ctr_socket.cxx
@@ -163,7 +163,7 @@ namespace stoc_connector {
{
if( m_socket.write( seq.getConstArray() , seq.getLength() ) != seq.getLength() )
{
- OUString message = "ctr_socket.cxx:SocketConnection::write: error - "+
+ OUString message = "ctr_socket.cxx:SocketConnection::write: error - " +
m_socket.getErrorAsString();
IOException ioException(message, static_cast<XConnection *>(this));