From b513814fe358c6d3fd226d55d76c364cedc0d0dc Mon Sep 17 00:00:00 2001 From: luqiuwen Date: Thu, 19 Sep 2019 13:18:27 +0800 Subject: [PATCH] =?UTF-8?q?Close=20#169=20=E4=BF=AE=E6=AD=A3=E5=86=99?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=97=B6=E4=BC=A0=E5=85=A5=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E5=8F=A5=E6=9F=84=E6=8C=87=E9=92=88=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/src/watchdog_kni.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/src/watchdog_kni.cpp b/platform/src/watchdog_kni.cpp index d508cd8..3d6585a 100644 --- a/platform/src/watchdog_kni.cpp +++ b/platform/src/watchdog_kni.cpp @@ -127,7 +127,7 @@ static void watchdog_kni_eventcb(struct bufferevent *bev, short what, void *ctx) struct watchdog_kni * __ctx = (struct watchdog_kni *)ctx; if (what & BEV_EVENT_CONNECTED) { - TFE_LOG_INFO(__ctx->bev, "KNI watchdog connection is established."); + TFE_LOG_INFO(__ctx->logger, "KNI watchdog connection is established."); __ctx->conn_state = CONN_STATE_CONNECTED; __ctx->retry_times = 0;