summaryrefslogtreecommitdiff
path: root/repo.protofiles.go
diff options
context:
space:
mode:
Diffstat (limited to 'repo.protofiles.go')
-rw-r--r--repo.protofiles.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo.protofiles.go b/repo.protofiles.go
index 54f7c7c..638bfcb 100644
--- a/repo.protofiles.go
+++ b/repo.protofiles.go
@@ -41,7 +41,7 @@ func (repo *Repo) IsProtobuf() (bool, []string, error) {
if found {
// log.Info("found ok")
} else {
- log.Info("missing compiled proto file:", pname+"pb.go")
+ // log.Info("gitpb: IsProtobuf() missing compiled proto file:", pname+".pb.go")
err = errors.New("compiled file " + pname + ".pb.go missing")
}
}