1
0
Fork 0

lower priority of some messages

This commit is contained in:
Kevin Matz 2022-05-12 23:30:57 -04:00
parent b408015444
commit 92656f7676
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ def activate(macro):
if macro == "":
return
# pass macro to baconscript
log.info("doing macro %s", macro)
log.debug("doing macro %s", macro)
comment(macro)