summaryrefslogtreecommitdiff
path: root/generateGui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-09 19:13:03 -0500
committerJeff Carr <[email protected]>2025-09-09 19:13:03 -0500
commit8a531847462cc62b1cd60c52b7226f64c191adfb (patch)
tree25ec9b5dcc8183169e2e594083ec06adf081a9ec /generateGui.go
parentd88cc3dd0df7eb5b4d16b3baf2aca9fa93b3849e (diff)
cleaner explination of outputs for 'http' and 'gui' functionsv0.5.2v0.5.1v0.5.0v0.0.88
Diffstat (limited to 'generateGui.go')
-rw-r--r--generateGui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/generateGui.go b/generateGui.go
index 4da967e..69f27aa 100644
--- a/generateGui.go
+++ b/generateGui.go
@@ -49,7 +49,7 @@ func (pb *Files) makeGuiFile(pf *File) error {
FRUIT := msg.GuiVarName
fruitVars := color.Vars
pf.generateAutoTablePB(newf, FRUITS, FRUIT, fruitVars)
- log.Printf("NEED TO ADD GUI FOR %s with var %s and found msg struct %s\n", msg.Name, msg.GuiVarName, color.Lockname)
+ log.Printf("Added GUI functions for protobuf '%s' with record '%s' using mutex '%s'\n", msg.Name, msg.GuiVarName, color.Lockname)
}
}
// os.Exit(-1)