update print

This commit is contained in:
2023-10-31 18:34:41 +08:00
parent d8948d065a
commit 9f2bb46233

View File

@@ -129,7 +129,7 @@ func main() {
err = processRequest(c, &upstream, &record, shouldResponse)
if err != nil {
log.Println("Error from upstream, should retry", upstream.SK, err)
log.Println("Error from upstream", upstream.Endpoint, "should retry", err)
continue
}