Skip to content

Commit f78757b

Browse files
authored
Revised log when all validators have exited (#8623)
Co-Authored-By: Tan Chee Keong <tanck@sigmaprime.io>
1 parent 58b153c commit f78757b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator_client/validator_services/src/notifier_service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ pub async fn notify<S: ValidatorStore, T: SlotClock + 'static>(
146146
validators = total_validators,
147147
%epoch,
148148
%slot,
149-
"Awaiting activation"
149+
"All validators inactive"
150150
);
151151
}
152152
} else {

0 commit comments

Comments
 (0)