suppress not found err

This commit is contained in:
Radu Ioan Fericean
2015-11-10 20:09:01 +02:00
parent b491b683f5
commit 6e541a5de4

View File

@@ -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()