improve some logging

This commit is contained in:
Ethan Buchman
2016-02-02 23:04:54 -05:00
parent d52f690e56
commit 0825aa5d64
4 changed files with 5 additions and 5 deletions

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
}