summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--windowRepos.go4
1 files changed, 2 insertions, 2 deletions
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())