Skip to content

Commit

Permalink
Fix misspelling in log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
swaldman committed May 5, 2024
1 parent dd89dd1 commit ca50283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/mchange/v2/c3p0/impl/NewPooledConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ void markClosedProxyConnection( NewProxyConnection npc, boolean txn_known_resolv
{
//e.printStackTrace();
if (Debug.DEBUG && logger.isLoggable( MLevel.FINE ))
logger.log(MLevel.FINE, "An exception occurred while reseting a closed Connection. Invalidating Connection.", e);
logger.log(MLevel.FINE, "An exception occurred while resetting a closed Connection. Invalidating Connection.", e);

updateConnectionStatus( ConnectionTester.CONNECTION_IS_INVALID );

Expand Down

0 comments on commit ca50283

Please sign in to comment.