diff --git a/config/config.go b/config/config.go index 90f853d551e4ffa617416a5b632af529b26e08df..458176f5520219eac1fefa3cfdadff82bc92a4ff 100644 --- a/config/config.go +++ b/config/config.go @@ -57,6 +57,8 @@ err = config.LoadFile(f) } if err != nil { break + } else { + log.Printf("Loaded config from %s", f) } } if len(matches) > 0 {