Log right before exiting process

This commit is contained in:
Tulir Asokan 2022-11-19 17:14:31 +02:00
parent 5db151d90f
commit a5b5468238

View File

@ -133,6 +133,7 @@ func (gmx *Gomuks) internalStop(save bool) {
if save { if save {
gmx.Save() gmx.Save()
} }
debug.Print("Exiting process")
os.Exit(0) os.Exit(0)
} }