forked from Mirrors/gomuks
Log right before exiting process
This commit is contained in:
parent
5db151d90f
commit
a5b5468238
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ func (gmx *Gomuks) internalStop(save bool) {
|
|||
if save {
|
||||
gmx.Save()
|
||||
}
|
||||
debug.Print("Exiting process")
|
||||
os.Exit(0)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue