Use same skipping tense as other logs

This commit is contained in:
Jacek Sieka 2022-12-09 20:15:46 +01:00
parent f3305189f1
commit 657d571e25
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ proc getValidatorForDuties*(
# If the validator would trigger for an activity in the given slot, we don't
# return it for duties
notice "Doppelganger detection active - " &
"skipped validator duty while observing the network",
"skipping validator duties while observing the network",
validator = shortLog(validator)
return Opt.none(AttachedValidator)