Skip to content

Commit

Permalink
Changed 'not checking subdirectory' message from info to debug. (Chia…
Browse files Browse the repository at this point in the history
…-Network#6058)

Co-authored-by: Chris Han <[email protected]>
  • Loading branch information
athena9 and Chris Han authored May 26, 2021
1 parent 7800dbb commit 34caa75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/plotting/plot_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def _get_filenames(directory: Path) -> List[Path]:
if child.suffix == ".plot" and not child.name.startswith("._"):
all_files.append(child)
else:
log.info(f"Not checking subdirectory {child}, subdirectories not added by default")
log.debug(f"Not checking subdirectory {child}, subdirectories not added by default")
except Exception as e:
log.warning(f"Error reading directory {directory} {e}")
return all_files
Expand Down

0 comments on commit 34caa75

Please sign in to comment.