From ef958e5b4360b9fe196ca3913777481fad690a1d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 19 Oct 2025 13:17:50 -0500 Subject: don't know why that was not there --- questionUser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questionUser.go b/questionUser.go index 2139996..e8e4645 100644 --- a/questionUser.go +++ b/questionUser.go @@ -10,7 +10,7 @@ import ( ) func QuestionUser(msg string) bool { - // log.Info("START", msg) + log.Info(msg) fmt.Fprintf(os.Stdout, "(y)es or (n)o ? ") scanner := bufio.NewScanner(os.Stdin) -- cgit v1.2.3