log activation periods

This commit is contained in:
Radu Ioan Fericean
2012-08-10 20:37:51 +03:00
parent e48887e879
commit 2599e47466

View File

@@ -151,7 +151,7 @@ func (cd *CallDescriptor) SearchStorageForPrefix() (destPrefix string, err error
values, err = cd.getActivationPeriodsOrFallback(key, base, destPrefix, 1)
}
}
Logger.Debug(fmt.Sprintf("Activation periods: ", values))
//load the activation preriods
if err == nil && len(values) > 0 {
cd.ActivationPeriods = values