diff options
| author | Jeff Carr <[email protected]> | 2025-10-28 21:33:42 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-28 21:33:42 -0500 |
| commit | 7d95eda9ab621f3b98f8728f857d17c80b502e62 (patch) | |
| tree | f4791dccb84ad58ad1e5d904aa5ef09a2819bcb7 /getKeyFromPackaagePB.go | |
| parent | 8a42142f30cd186b57b94fb6c012af5315b0dfd1 (diff) | |
Diffstat (limited to 'getKeyFromPackaagePB.go')
| -rw-r--r-- | getKeyFromPackaagePB.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getKeyFromPackaagePB.go b/getKeyFromPackaagePB.go index 68443c3..023ea08 100644 --- a/getKeyFromPackaagePB.go +++ b/getKeyFromPackaagePB.go @@ -25,7 +25,7 @@ func GetKeyFromPackagePB(p *zoopb.Package, varname string) (string, string) { // return "Maintainer", p.Author case "Source": if env.Verbose() { - log.Info("skipping from controlfile", varname) + log.Info("debian.GetKeyFromPackagePB() skipping from controlfile", varname) // return "Source", p.DebInfo.Source } return "Source", "" |
