Skip to content

Commit f3151a4

Browse files
committed
text change
1 parent e606409 commit f3151a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orm_lib/src/DbClientImpl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ DbConnectionPtr DbClientImpl::newConnection(trantor::EventLoop *loop)
429429
}
430430
// Reconnect after 1 second
431431
auto loop = closeConnPtr->loop();
432-
// Old connection is closed. Close the connection file descriptor now.
432+
// Old connection is not valid. Close the connection file descriptor.
433433
closeConnPtr->disconnect();
434434
loop->runAfter(1, [weakPtr, loop, closeConnPtr] {
435435
auto thisPtr = weakPtr.lock();

0 commit comments

Comments
 (0)