log reception of xonk
This commit is contained in:
parent
8fe575dcf3
commit
18bb5dbd99
|
@ -286,6 +286,7 @@ func savexonk(user *WhatAbout, x *Honk) {
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
log.Printf("saving xonk: %s", x.XID)
|
||||||
dt := x.Date.UTC().Format(dbtimeformat)
|
dt := x.Date.UTC().Format(dbtimeformat)
|
||||||
aud := strings.Join(x.Audience, " ")
|
aud := strings.Join(x.Audience, " ")
|
||||||
whofore := 0
|
whofore := 0
|
||||||
|
|
Loading…
Reference in New Issue