Browse Source

make ignore already stopped service Debug

pull/1842/head
Ethan Buchman 9 years ago
parent
commit
02022e356a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      service.go

+ 1
- 1
service.go View File

@ -110,7 +110,7 @@ func (bs *BaseService) Stop() bool {
return true
} else {
if bs.log != nil {
bs.log.Notice(Fmt("Stopping %v (ignoring: already stopped)", bs.name), "impl", bs.impl)
bs.log.Debug(Fmt("Stopping %v (ignoring: already stopped)", bs.name), "impl", bs.impl)
}
return false
}


Loading…
Cancel
Save