Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Dec 25, 2024
1 parent 9db3b4b commit 4446bfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def main():
time.sleep(retry_interval_seconds)

if is_tiflash_ready:
print("TiFlash is not ready in TiDB.")
print("TiFlash is ready in TiDB.")
else:
print(f"TiFlash is not ready in TiDB after {max_attempts} attempting checks.")
exit(1)
Expand Down

0 comments on commit 4446bfd

Please sign in to comment.