fix wrong log in receiveDeltaPropagation

This commit is contained in:
Patrik Nordwall 2017-03-30 13:02:10 +02:00
parent 9855e2896f
commit dc070e4e1c

View file

@ -1542,7 +1542,7 @@ final class Replicator(settings: ReplicatorSettings) extends Actor with ActorLog
case NonFatal(e) case NonFatal(e)
// catching in case we need to support rolling upgrades that are // catching in case we need to support rolling upgrades that are
// mixing nodes with incompatible delta-CRDT types // mixing nodes with incompatible delta-CRDT types
log.warning("Couldn't process DeltaPropagation from [] due to {}", fromNode, e) log.warning("Couldn't process DeltaPropagation from [{}] due to {}", fromNode, e)
} }
} else { } else {
// !deltaCrdtEnabled // !deltaCrdtEnabled