Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gartens committed Apr 17, 2024
1 parent 4514460 commit a71d7c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ private void startProxyForConnection( DockerInstance dockerInstance, Socket loca
client.close();
} );
} catch ( IOException e ) {
log.info( "startProxyForConnection3", e );
log.info( "startProxyForConnection", e );
client.close();
Util.closeNoThrow( local );
}
Expand Down

0 comments on commit a71d7c2

Please sign in to comment.