diff --git a/logging.go b/logging.go index 5626eba..4272060 100644 --- a/logging.go +++ b/logging.go @@ -47,7 +47,7 @@ func msglog(msgL, caller int, format string, a ...interface{}) { if Logger != nil { Logger(msgL, caller, format, a) - } else { + } else { pc, file, line, _ := runtime.Caller(caller)