diff options
| author | Jeff Carr <[email protected]> | 2024-12-03 01:59:04 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-03 01:59:04 -0600 |
| commit | 33880f9006397c7a90977de42ea26034f9faee78 (patch) | |
| tree | 0f493325d5804c864e3d47eaf219d807851a2f72 /repo.protofiles.go | |
| parent | 1d1d8e7eea642cd3fc546101b4899ec1db81e3b7 (diff) | |
sure, why not. store a repo description
Diffstat (limited to 'repo.protofiles.go')
| -rw-r--r-- | repo.protofiles.go | 2 |
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") } } |
