nicer logg message

This commit is contained in:
Radu Ioan Fericean
2012-10-10 18:24:25 +03:00
parent 8a38550122
commit e4be208639

View File

@@ -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 {