Added warning message

This commit is contained in:
Unknown 2018-01-24 12:53:42 +10:30
parent 0b28a304fd
commit 3d8d721744
1 changed files with 2 additions and 0 deletions

View File

@ -238,6 +238,8 @@ func (r *revidInst) Stop() {
r.Log(Debug,"Stopping revid!")
r.isRunning = false
cmd.Process.Kill()
} else {
r.Log(Warning,"Tried to stop revid, but not even running!")
}
}