Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
YACHT-753: TableRestoreInvoker logging fix
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslaw-jasinski committed Jul 5, 2018
1 parent 1946890 commit bdc3b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/restore/test/table_restore_invoker.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def wait_till_done(restoration_job_id, timeout, period=20):
return result
logging.info("Request still in progress ...")

logging.error("Time (%d seconds) exceeded !!!")
logging.error("Timeout (%d seconds) exceeded !!!", timeout)
return RestorationJobStatusService()\
.get_restoration_job(restoration_job_id)

Expand Down

0 comments on commit bdc3b23

Please sign in to comment.