We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090ed9b commit 6a249adCopy full SHA for 6a249ad
orm_lib/src/DbConnection.h
@@ -118,7 +118,7 @@ class DbConnection : public trantor::NonCopyable
118
119
virtual ~DbConnection()
120
{
121
- LOG_TRACE << "Destruct DbConn" << this;
+ LOG_TRACE << "Destruct DbConn " << this;
122
}
123
124
ConnectStatus status() const
orm_lib/src/postgresql_impl/PgConnection.cc
@@ -136,7 +136,7 @@ void PgConnection::handleClosed()
136
137
if (isWorking_)
138
139
- // Connection was closed unexpectedly during isWorking_ while were true.
+ // Connection was closed unexpectedly while isWorking_ were true.
140
isWorking_ = false;
141
handleFatalError();
142
callback_ = nullptr;
0 commit comments