Skip to content

Commit

Permalink
refactor: improve logging
Browse files Browse the repository at this point in the history
Signed-off-by: Chin-Ya Huang <[email protected]>
  • Loading branch information
c3y1huang committed Nov 1, 2023
1 parent 3d21dda commit 2b99349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/libs/volume/crd.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def wait_for_volume_robustness(self, volume_name, desired_state):

def wait_for_volume_robustness_not(self, volume_name, not_desired_state):
for i in range(self.retry_count):
logging(f"Waiting for {volume_name} not {not_desired_state} ({i}) ...")
logging(f"Waiting for {volume_name} robustness not {not_desired_state} ({i}) ...")
try:
if self.get(volume_name)["status"]["robustness"] != not_desired_state:
break
Expand Down

0 comments on commit 2b99349

Please sign in to comment.