diff options
| author | Jeff Carr <[email protected]> | 2025-09-09 19:13:03 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-09 19:13:03 -0500 |
| commit | 8a531847462cc62b1cd60c52b7226f64c191adfb (patch) | |
| tree | 25ec9b5dcc8183169e2e594083ec06adf081a9ec /generateGui.go | |
| parent | d88cc3dd0df7eb5b4d16b3baf2aca9fa93b3849e (diff) | |
Diffstat (limited to 'generateGui.go')
| -rw-r--r-- | generateGui.go | 2 |
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) |
