fixed debug out

This commit is contained in:
2025-03-23 15:40:08 +01:00
parent ab40b6b33e
commit d2e1a6c6c8

View File

@@ -69,7 +69,7 @@ func main() {
} }
if len(packagesInQueue) > 0 { if len(packagesInQueue) > 0 {
log.Debugf("found %d of your local packages in queue", packagesInQueue) log.Debugf("found %d of your local packages in queue", len(packagesInQueue))
if *jsonFlag { if *jsonFlag {
err = json.NewEncoder(os.Stdout).Encode(JSONOut{ err = json.NewEncoder(os.Stdout).Encode(JSONOut{
InQueue: len(packagesInQueue), InQueue: len(packagesInQueue),