summaryrefslogtreecommitdiff
path: root/questionUser.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-19 13:17:50 -0500
committerJeff Carr <[email protected]>2025-10-19 13:17:50 -0500
commitef958e5b4360b9fe196ca3913777481fad690a1d (patch)
treea387fbefbede46f57981b226eafcd4d2331a9063 /questionUser.go
parent6975a01480e10ae5bffc2b928702e6690a476ba4 (diff)
don't know why that was not therev0.0.41
Diffstat (limited to 'questionUser.go')
-rw-r--r--questionUser.go2
1 files changed, 1 insertions, 1 deletions
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)