summaryrefslogtreecommitdiff
path: root/goSrcScan.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-19 03:18:47 -0600
committerJeff Carr <[email protected]>2025-01-19 03:18:47 -0600
commit244bf612f96ff96ea2e3cdfd3338d5e407c60cd0 (patch)
treebd1eb4ac2e27b9a4598c842732127934e38f4469 /goSrcScan.go
parentf4ac4914906110c3a1a4a5fc29336e11122500ca (diff)
load repos output is cleanerv0.0.55
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
}