|
@@ -151,7 +151,7 @@ func (this *Logger) Log(msg string, r *http.Request, isError bool, vars ...inter
|
|
case this.cdata <- logMsg{host, msg, isError}:
|
|
case this.cdata <- logMsg{host, msg, isError}:
|
|
fmt.Printf("Logger, can't send msg (overflow): %s, %s, %v\n", host, msg, isError)
|
|
fmt.Printf("Logger, can't send msg (overflow): %s, %s, %v\n", host, msg, isError)
|