summaryrefslogtreecommitdiff
path: root/goSrcScan.go
diff options
context:
space:
mode:
Diffstat (limited to 'goSrcScan.go')
-rw-r--r--goSrcScan.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/goSrcScan.go b/goSrcScan.go
index fd61b47..92917e6 100644
--- a/goSrcScan.go
+++ b/goSrcScan.go
@@ -160,10 +160,10 @@ func (f *Forge) rillScanDirs(gopaths []string) (int, error) {
func (f *Forge) checkpath(gopath string, url string) (*gitpb.Repo, error) {
fullpath := filepath.Join(f.GetGoSrc(), gopath)
- log.Info("checkpath()", gopath, fullpath)
+ log.Info("forge creating protobuf for", fullpath)
repo, err := f.NewGoRepo(gopath, "")
if err != nil {
- log.Info("checkpath()", gopath, err)
+ log.Info("\tprotobuf error", gopath, err)
}
return repo, err
}