mirror of
https://github.com/sbt/sbt.git
synced 2026-09-06 17:40:06 +02:00
When there are multiple console appenders for a logger, we inadvertently evaluated the message thunk for each appender which would cause side effects to be unexpectedely evaluated multiple times. Fixes part of #6126.