=htc disable fuzzing-mode by default in TestServer

So I won't catch myself again and again measuring something with fuzzing on ;)
This commit is contained in:
Konrad Malawski 2016-01-06 23:47:41 +01:00 committed by Konrad Malawski
parent b4f367e46a
commit f4f75c45bf
3 changed files with 5 additions and 2 deletions

View file

@ -37,7 +37,7 @@ private[akka] case class ActorMaterializerImpl(system: ActorSystem,
if (settings.fuzzingMode) {
_logger.warning("Fuzzing mode is enabled on this system. If you see this warning on your production system then " +
"set akka.materializer.debug.fuzzing-mode to off.")
"set akka.stream.materializer.debug.fuzzing-mode to off.")
}
override def shutdown(): Unit =