updated map for savingit st

This commit is contained in:
Radu Ioan Fericean
2012-09-07 16:33:08 +03:00
parent c0ac6adc1f
commit f9db61a02a
2 changed files with 1 additions and 2 deletions

View File

@@ -59,7 +59,6 @@ func (s *Scheduler) Loop() {
case <-s.restartLoop:
// nothing to do, just continue the loop
}
}
}
}

View File

@@ -131,7 +131,7 @@ func (ms *MapStorage) GetAllActionTimings() (ats map[string][]*ActionTiming, err
}
var tempAts []*ActionTiming
err = ms.ms.Unmarshal(value, &tempAts)
ats[key] = tempAts
ats[key[len(ACTION_TIMING_PREFIX):]] = tempAts
}
return