1
0
Fork 0
forked from forgejo/forgejo

update README

This commit is contained in:
Unknwon 2015-12-05 13:50:43 -05:00
parent 404867f206
commit bf26808fb3
3 changed files with 19 additions and 19 deletions

View file

@ -526,6 +526,8 @@ func (t *HookTask) deliver() {
t.Delivered = time.Now().UTC().UnixNano()
if t.IsSucceed {
log.Trace("Hook delivered: %s", t.UUID)
} else {
log.Trace("Hook delivery failed: %s", t.UUID)
}
// Update webhook last delivery status.