From faf1266c20524ef4a006fac417cb8df45ca28298 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 2 Jun 2019 11:02:14 -0700 Subject: doesn't crash Signed-off-by: Jeff Carr --- debug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug.go') diff --git a/debug.go b/debug.go index 9229928..049b1ba 100644 --- a/debug.go +++ b/debug.go @@ -137,7 +137,7 @@ func WatchGUI() { if (count > 20) { log.Println("Sleep() in watchGUI() Data.State =", Data.State) for i, window := range Data.Windows { - log.Println("watchGUI() Data.Windows i =", i, "Action =", window.Action) + log.Println("watchGUI() Data.Windows", i, "Action =", window.Action) for name, abox := range window.BoxMap { log.Println("\twatchGUI() BOX name =", name) if (name == "SplashArea3") { -- cgit v1.2.3