index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
modules
/
hooks
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknown <joe2010xtmf@163.com>
2014-05-06 13:47:47 -0400
committer
Unknown <joe2010xtmf@163.com>
2014-05-06 13:47:47 -0400
commit
7cb5a15c9b7a2a118d756d15cb745743f207a318
(
patch
)
tree
dba01566116b8ad49f0762812ecb3ab96597090f
/
modules/hooks
parent
e573855a4f040abd4aa6a2afa9ce610a1ec2670f
(
diff
)
Batch of mirror fixes
Diffstat
(limited to 'modules/hooks')
-rw-r--r--
modules/hooks/hooks.go
2
1 files changed, 1 insertions, 1 deletions
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))
}
}
}