diff options
Diffstat (limited to 'argv.template.go')
| -rw-r--r-- | argv.template.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.template.go b/argv.template.go index 5ac7060..e7a9948 100644 --- a/argv.template.go +++ b/argv.template.go @@ -63,7 +63,7 @@ func (args) InitGui() error { func (args) Exit() { gui.UnloadToolkits() - if argv.Verbose { + if me.argv.Verbose() { log.Info("argv.Exit() called", APPNAME+".Exit()") } // remove this from the template for your app (or make one for youself if you need it) |
