diff options
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) |
