Skip to content

Commit

Permalink
logs: reviese message
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Yu <jack.yu@suse.com>
  • Loading branch information
Yu-Jack authored and c3y1huang committed May 23, 2024
1 parent c8b7107 commit 31fc52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ func (m *SupportBundleManager) waitNodesCompleted() {
case <-m.ch:
logrus.Info("All node bundles are received.")
case <-m.timeout():
logrus.Info("Some node bundles are received.")
logrus.Info("Some nodes are timeout, not all node bundles are received.")
m.printTimeoutNodes()
}
}
Expand Down

0 comments on commit 31fc52d

Please sign in to comment.