diff --git a/windowRepos.go b/windowRepos.go index 58b2c80..4ac40cb 100644 --- a/windowRepos.go +++ b/windowRepos.go @@ -106,8 +106,8 @@ func makeReposWin() *gadgets.GenericWindow { // display the protobuf t = addWindowPB(insertWin, found) - f := func(id int) { - log.Info("got to MachinesTable.Custom() id =", id) + f := func(repo *gitpb.Repo) { + log.Info("got to ReposTable.Custom() id =", repo.GetGoPath(), repo.GetCurrentVersion()) } t.Custom(f) log.Info("table has uuid", t.GetUuid())