Skip to content

Commit

Permalink
Changed info to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Nilsson committed Dec 11, 2024
1 parent 00e4f94 commit 7e441d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilot/user/atlas/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def get_memory_monitor_info_path(workdir: str, allowtxtfile: bool = False) -> st
if os.path.exists(init_path):
path = init_path
else:
logger.info(f"neither {path}, nor {init_path} exist")
logger.debug(f"neither {path}, nor {init_path} exist")
path = ""

if path == "" and allowtxtfile:
Expand Down

0 comments on commit 7e441d9

Please sign in to comment.