diff options
Diffstat (limited to 'argv.template.go')
| -rw-r--r-- | argv.template.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/argv.template.go b/argv.template.go index 07a161f..35a8c99 100644 --- a/argv.template.go +++ b/argv.template.go @@ -63,8 +63,8 @@ func (args) InitGui() error { func (args) Exit() { gui.UnloadToolkits() - if me.sh.Verbose() { - log.Info("argv.Exit() called", APPNAME+".Exit()") + if me.argv.Verbose() { + log.Info("argv.Exit() called", APPNAME+".Exit() because me.argv.Verbose() == true") } // remove this from the template for your app (or make one for youself if you need it) forgeExit() // custom forge shutdown function |
