summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'init.go')
-rw-r--r--init.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.go b/init.go
index a991582..120d57a 100644
--- a/init.go
+++ b/init.go
@@ -47,6 +47,6 @@ func Init() *Forge {
f.goSrc = os.Getenv("FORGE_GOSRC")
f.ScanGoSrc()
- log.Warn("GOT HERE. forge.Init(). f can not be nil")
+ log.Info("forge.Init() found", f.Repos.Len(), "repos in", f.goSrc)
return f
}