Starting services message uniformity

This commit is contained in:
TeoV
2019-08-27 03:53:28 -04:00
committed by Dan Christian Bogos
parent bee505b278
commit e511a2e110
9 changed files with 58 additions and 58 deletions

View File

@@ -46,7 +46,7 @@ type AttributeService struct {
// ListenAndServe will initialize the service
func (alS *AttributeService) ListenAndServe(exitChan chan bool) (err error) {
utils.Logger.Info("Starting Attribute service")
utils.Logger.Info(fmt.Sprintf("<%s> starting <%s> subsystem", utils.CoreS, utils.AttributeS))
e := <-exitChan
exitChan <- e // put back for the others listening for shutdown request
return