mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Fix build error
This commit is contained in:
@@ -93,7 +93,7 @@ func (s *Scheduler) LoadActionPlans(storage engine.RatingStorage) {
|
||||
newApls := make([]*engine.ActionPlan, 0) // will remove the one time runs from the database
|
||||
for _, ap := range aps {
|
||||
if ap.Timing == nil {
|
||||
Logger.Warning(fmt.Sprintf("Nil timing on action plan: %+v, discarding!", at))
|
||||
engine.Logger.Warning(fmt.Sprintf("<Scheduler> Nil timing on action plan: %+v, discarding!", ap))
|
||||
continue
|
||||
}
|
||||
isAsap = ap.IsASAP()
|
||||
|
||||
Reference in New Issue
Block a user