mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
suppress not found err
This commit is contained in:
@@ -82,7 +82,7 @@ func (s *Scheduler) Loop() {
|
||||
func (s *Scheduler) LoadActionPlans(storage engine.RatingStorage) {
|
||||
actionPlans, err := storage.GetAllActionPlans()
|
||||
if err != nil {
|
||||
utils.Logger.Warning(fmt.Sprintf("Cannot get action plans: %v", err))
|
||||
//utils.Logger.Warning(fmt.Sprintf("Cannot get action plans: %v", err))
|
||||
}
|
||||
// recreate the queue
|
||||
s.Lock()
|
||||
|
||||
Reference in New Issue
Block a user