Skip to content

Commit

Permalink
reduce log level for serialization manager message
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertp committed Sep 26, 2023
1 parent cb01abb commit b185c02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ final class SerializationManager(compiler: Compiler) {
pool.shutdownNow()
Thread.sleep(100)
compiler.context.logSerializationManager(
Level.WARNING,
debugLogLevel,
"Serialization manager has been shut down."
)
}
Expand Down

0 comments on commit b185c02

Please sign in to comment.