mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 16:18:44 +05:00
Starting services message uniformity
This commit is contained in:
committed by
Dan Christian Bogos
parent
bee505b278
commit
e511a2e110
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user