mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 20:59:53 +05:00
log activation periods
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user