Skip to content

Commit 5b625ce

Browse files
committed
Merge v1.3 into master.
Conflicts: src/MySqlConnector/Core/ConnectionPool.cs
2 parents 29116a1 + 2aa1d70 commit 5b625ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MySqlConnector/Core/ConnectionPool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public async ValueTask<ServerSession> GetSessionAsync(MySqlConnection connection
2828
// on the lock in RecoverLeakedSessions in high-concurrency situations
2929
if (IsEmpty && unchecked(((uint) Environment.TickCount) - m_lastRecoveryTime) >= 1000u)
3030
{
31-
Log.Debug("Pool{0} is empty; trying to recover any leaked sessions", m_logArguments);
31+
Log.Debug("Pool{0} is empty; scanning for any leaked sessions", m_logArguments);
3232
await RecoverLeakedSessionsAsync(ioBehavior).ConfigureAwait(false);
3333
}
3434

0 commit comments

Comments
 (0)