From 7cb5a15c9b7a2a118d756d15cb745743f207a318 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 6 May 2014 13:47:47 -0400 Subject: Batch of mirror fixes --- modules/hooks/hooks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/hooks/hooks.go') diff --git a/modules/hooks/hooks.go b/modules/hooks/hooks.go index 2b53dbfb..a3a59454 100644 --- a/modules/hooks/hooks.go +++ b/modules/hooks/hooks.go @@ -77,7 +77,7 @@ func handleQueue() { log.Error("hooks.handleQueue: Fail to deliver hook: %v", err) continue } - log.Info("Hook delivered") + log.Info("Hook delivered: %s", string(data)) } } } -- cgit v1.2.3