Skip to content

Commit

Permalink
Updated log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Nilsson committed Aug 13, 2024
1 parent 23e0edf commit ba38d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilot/api/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def print_replicas(self, replicas: list, label: str = 'unsorted'):
"""
number = 1
maxnumber = 10
self.logger.info(f'{label} list of replicas: (max {maxnumber})')
self.logger.debug(f'{label} list of replicas: (max {maxnumber})')
for pfn, xdat in replicas:
self.logger.debug(f"{number}. "
f"lfn={pfn}, "
Expand Down

0 comments on commit ba38d1f

Please sign in to comment.