This commit is contained in:
Yoel Garcia Diaz 2019-03-07 08:07:38 +00:00 committed by Yoel García Díaz
parent b2fcc9f1b0
commit 59aaf0a529

View file

@ -467,7 +467,7 @@ private[remote] abstract class ArteryTransport(_system: ExtendedActorSystem, _pr
log.info( log.info(
"Remoting started with transport [Artery {}];", settings.Transport) "Remoting started with transport [Artery {}];", settings.Transport)
log.info( log.info(
"Remoting is listening on address [{}] with UID [{}] and bind to [{}] with UID [{}]", "Remoting is listening on address [{}] with UID [{}] and binded to [{}] with UID [{}]",
localAddress.address, localAddress.uid, bindAddress.address, bindAddress.uid) localAddress.address, localAddress.uid, bindAddress.address, bindAddress.uid)
} }