Skip to content
Snippets Groups Projects
Commit 23090112 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Added selected pool to logs on migrate operation.

parent 5a9cdbdf
No related branches found
No related tags found
No related merge requests found
Pipeline #16051 passed
......@@ -152,7 +152,7 @@ class TapeClient(object):
A tape pool and a VOSpace jobId are also required
as parameters.
"""
self.logger.info("Starting MIGRATE operation...")
self.logger.info(f"Starting MIGRATE operation (tape pool = '{tapePool}')...")
migrateFileList = f"vos_migrate-{jobId}.lst"
try:
fp = open(migrateFileList, "a")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment