fix login the bind address when remoting starts
This commit is contained in:
parent
f2708c9dd3
commit
9e16c02b0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue