Updated DataDB Service. Fixes #1793

This commit is contained in:
Trial97
2019-12-02 08:40:43 +02:00
parent e1dc846b45
commit f9bc7dc326

View File

@@ -66,6 +66,7 @@ func (db *DataDBService) Start() (err error) {
return
} else if db.cfg.SessionSCfg().Enabled && err != nil {
utils.Logger.Warning(fmt.Sprintf("Could not configure dataDb: %s. Some SessionS APIs will not work", err))
err = nil // reset the error in case of only SessionS active
return
}
var rmtConns, rplConns *rpcclient.RpcClientPool