mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
nicer logg message
This commit is contained in:
@@ -208,7 +208,7 @@ func (at *ActionTiming) Execute() (err error) {
|
||||
at.resetStartTimeCache()
|
||||
aac, err := at.getActions()
|
||||
if err != nil {
|
||||
Logger.Err(fmt.Sprintf("Failed to get actions: %v", err))
|
||||
Logger.Err(fmt.Sprintf("Failed to get actions for %s: %s", at.ActionsId, err))
|
||||
return
|
||||
}
|
||||
for _, a := range aac {
|
||||
|
||||
Reference in New Issue
Block a user