From 8a531847462cc62b1cd60c52b7226f64c191adfb Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 9 Sep 2025 19:13:03 -0500 Subject: cleaner explination of outputs for 'http' and 'gui' functions --- generateGui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generateGui.go') 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) -- cgit v1.2.3