Skip to content

Commit

Permalink
Tweak log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
bsquizz committed Jan 5, 2022
1 parent 973546d commit 807b845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bonfire/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def load_config(config_path=None):
log.info("default config not found, creating")
write_default_config()

log.info("using local config file: %s", str(config_path.absolute()))
log.info("reading config from: %s", str(config_path.absolute()))
local_config_data = load_file(config_path)

return local_config_data

0 comments on commit 807b845

Please sign in to comment.