Adding shutdown message to syslog

This commit is contained in:
DanB
2013-03-28 15:28:23 +01:00
parent bf96318192
commit b054bab7cb

View File

@@ -420,4 +420,5 @@ func main() {
go startMediator(responder, loggerDb)
}
<-exitChan
rater.Logger.Info("Stopped all components. CGRateS shutdown!")
}