Skip to content

Commit 6a249ad

Browse files
committed
Minor corrections
1 parent 090ed9b commit 6a249ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

orm_lib/src/DbConnection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class DbConnection : public trantor::NonCopyable
118118

119119
virtual ~DbConnection()
120120
{
121-
LOG_TRACE << "Destruct DbConn" << this;
121+
LOG_TRACE << "Destruct DbConn " << this;
122122
}
123123

124124
ConnectStatus status() const

orm_lib/src/postgresql_impl/PgConnection.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ void PgConnection::handleClosed()
136136

137137
if (isWorking_)
138138
{
139-
// Connection was closed unexpectedly during isWorking_ while were true.
139+
// Connection was closed unexpectedly while isWorking_ were true.
140140
isWorking_ = false;
141141
handleFatalError();
142142
callback_ = nullptr;

0 commit comments

Comments
 (0)