Skip to content

Commit 3cdbf51

Browse files
author
Jaap van der Plas
committed
add a smol comment
1 parent b6b157d commit 3cdbf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/io/iohk/ethereum/Mantis.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import java.util.logging.LogManager
66

77
object Mantis extends Logger {
88
def main(args: Array[String]): Unit = {
9-
LogManager.getLogManager().reset();
9+
LogManager.getLogManager().reset(); // disable java.util.logging, ie. in legacy parts of jupnp
1010

1111
val node =
1212
if (Config.testmode) {

0 commit comments

Comments
 (0)