summaryrefslogtreecommitdiff
path: root/db/db.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'db/db.cpp')
-rw-r--r--db/db.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/db.cpp b/db/db.cpp
index 8debc342790..0a37b98c20a 100644
--- a/db/db.cpp
+++ b/db/db.cpp
@@ -494,7 +494,7 @@ void connThread()
stringstream ss;
if( !dbMsgPort.recv(m) ) {
- cout << "MessagingPort::recv(): returned false " << dbMsgPort.farEnd.toString() << endl;
+ cout << "end connection " << dbMsgPort.farEnd.toString() << endl;
dbMsgPort.shutdown();
break;
}