Skip to content

Commit ad7b9f1

Browse files
committed
changing the log level from info to debug
1 parent dd9f7f9 commit ad7b9f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

activity_browser/actions/project/project_switch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ def run(project_name: str):
2525

2626
# if the project to be switched to is already the current project, do nothing
2727
else:
28-
log.info(f"Brightway2 already selected: {project_name}")
28+
log.debug(f"Brightway2 already selected: {project_name}")

0 commit comments

Comments
 (0)