Fix "attmpts" typo

This commit is contained in:
Devis Lucato 2017-02-28 11:56:40 -08:00 committed by Konrad `ktoso` Malawski
parent a9efcf7098
commit b89008bdaf

View file

@ -1408,7 +1408,7 @@ private[cluster] final class JoinSeedNodeProcess(seedNodes: immutable.IndexedSeq
case ReceiveTimeout
if (attempt >= 2)
log.warning(
"Couldn't join seed nodes after [{}] attmpts, will try again. seed-nodes=[{}]",
"Couldn't join seed nodes after [{}] attempts, will try again. seed-nodes=[{}]",
attempt, seedNodes.filterNot(_ == selfAddress).mkString(", "))
// no InitJoinAck received, try again
self ! JoinSeedNode