Skip to content

Commit 3b2afad

Browse files
authored
fix: orchestrator onboarding logs (dfinity#3588)
1 parent 850e959 commit 3b2afad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rs/orchestrator/src/orchestrator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ impl Orchestrator {
123123
1,
124124
);
125125

126-
UtilityCommand::notify_host("\nONBOARDING NOT YET COMPLETE:\nPlease wait for a 'Join request successful!' message confirming a successful onboarding...\n", 3);
126+
UtilityCommand::notify_host("\nONBOARDING MAY NOT YET BE COMPLETE:\nIf a 'Join request successful!' message has NOT yet been logged, please wait for up to 10 minutes...\n", 3);
127127

128128
let version = replica_version.clone();
129129
thread::spawn(move || loop {

0 commit comments

Comments
 (0)