From e4be20863900cb1aca547c9f5a00f5da09939258 Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Wed, 10 Oct 2012 18:24:25 +0300 Subject: [PATCH] nicer logg message --- rater/action_timing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rater/action_timing.go b/rater/action_timing.go index 066eca922..1b1051a06 100644 --- a/rater/action_timing.go +++ b/rater/action_timing.go @@ -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 {