~bigbes/core-go

296f02e48b54a600d3bfb0d3bd616f90224c1be6 — Drew DeVault 2 years ago 069c77b
config: print loaded config(s) to log
1 files changed, 2 insertions(+), 0 deletions(-)

M config/config.go
M config/config.go => config/config.go +2 -0
@@ 57,6 57,8 @@ func LoadConfig(defaultAddr string) ini.File {
			}
			if err != nil {
				break
			} else {
				log.Printf("Loaded config from %s", f)
			}
		}
		if len(matches) > 0 {