fix login the bind address when remoting starts

This commit is contained in:
Yoel Garcia Diaz 2019-03-07 06:58:28 +00:00 committed by Yoel García Díaz
parent f2708c9dd3
commit 9e16c02b0d

View file

@ -461,7 +461,7 @@ private[remote] abstract class ArteryTransport(_system: ExtendedActorSystem, _pr
log.info(
"Remoting started with transport [Artery {}]; listening on address [{}] with UID [{}]",
settings.Transport, localAddress.address, localAddress.uid)
settings.Transport, bindAddress.address, bindAddress.uid)
}
protected def startTransport(): Unit