Skip to content

Commit

Permalink
Fix logger name
Browse files Browse the repository at this point in the history
  • Loading branch information
marianobarrios committed Jul 16, 2023
1 parent f069872 commit 4f75fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/tlschannel/helpers/SocketPairFactory.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class SocketPairFactory(
val serverName: String = SslContextFactory.certificateCommonName
) {

val logger = Logger.getLogger("")
val logger = Logger.getLogger(classOf[SocketPairFactory].getName)

private val releaseBuffers = true

Expand Down

0 comments on commit 4f75fca

Please sign in to comment.