diff --git a/main.go b/main.go index eb8a237..9c9a9a8 100644 --- a/main.go +++ b/main.go @@ -61,8 +61,7 @@ func main() { // intermittently scans the status indefinitly me.repos.View.Watchdog(func() { - log.Info("In main()") - // processing is done. update the repo summary box - // me.summary.Update() + log.Info("watchdog in autotypist main()") + log.Info("check for devel changes here") }) }