From 01964e53918a297e26ce5d15e7ee4026d100d5c0 Mon Sep 17 00:00:00 2001 From: "Dolf Schimmel (Freeaqingme)" Date: Tue, 24 Nov 2015 17:49:00 +0100 Subject: [PATCH] Merge with upstream --- gomilter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gomilter.go b/gomilter.go index d48d5c6..5ef738f 100644 --- a/gomilter.go +++ b/gomilter.go @@ -212,7 +212,7 @@ func GobDecode(buf []byte, data interface{}) error { func Go_xxfi_connect(ctx *C.SMFICTX, hostname *C.char, hostaddr *C._SOCK_ADDR) (sfsistat C.sfsistat) { defer func(sfsistat *C.sfsistat) { if r := recover(); r != nil { - LoggerPrintf("Panic caught in Go_xxfi_connect(): %s", r) + logger.Printf("Panic caught in Go_xxfi_connect(): %s", r) *sfsistat = 75 // tempfail } }(&sfsistat)