Skip to content

Commit 807b845

Browse files
committed
Tweak log msg
1 parent 973546d commit 807b845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bonfire/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def load_config(config_path=None):
8484
log.info("default config not found, creating")
8585
write_default_config()
8686

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

9090
return local_config_data

0 commit comments

Comments
 (0)