diff options
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -70,9 +70,10 @@ func debug() { } // check for new patches - if err := me.forge.GetPatches(); err != nil { - log.Info("Get Patchsets Failed", err) - } + log.Info("should check for packages here") + // if err := me.forge.ListPatches(); err != nil { + // log.Info("List Patchsets Failed", err) + // } log.Printf("finished a forge scan here in (%s)\n", shell.FormatDuration(time.Since(now))) time.Sleep(90 * time.Second) |
