make sure debug logging is actually debug
This commit is contained in:
parent
d4802d372f
commit
04bc439880
|
@ -139,7 +139,7 @@ open class MessageHandler : CoroutineScope {
|
||||||
logger.error("missing gateway on message: $msg")
|
logger.error("missing gateway on message: $msg")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
logger.info("Transmitting: $msg")
|
logger.debug("Transmitting: $msg")
|
||||||
sendChannel.send(msg)
|
sendChannel.send(msg)
|
||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue