Skip to content

Commit

Permalink
updated log message
Browse files Browse the repository at this point in the history
  • Loading branch information
i-oden committed Nov 2, 2023
1 parent 8764004 commit b0664f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dds_cli/data_putter.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,9 @@ def retry_add_file_db(self):

# Get successfully added files
if len(files_added) == len(failed):
LOG.info("All files were successfully added to the database.")
LOG.info(
"All successfully uploaded files were successfully added to the database during the retry."
)
elif len(message) == len(failed):
LOG.warning("The retry did not add any of the failed files to the database.")
else:
Expand Down

0 comments on commit b0664f6

Please sign in to comment.