From 457994066089c7c83d0c22be6b55622630b80141 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Wed, 9 Oct 2024 17:55:28 +0800 Subject: [PATCH] add config --- source/libs/transport/src/transCli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/transport/src/transCli.c b/source/libs/transport/src/transCli.c index 4b5ece0d45..4bb0ede629 100644 --- a/source/libs/transport/src/transCli.c +++ b/source/libs/transport/src/transCli.c @@ -1929,7 +1929,7 @@ _exception: code = (pThrd->notifyExceptCb)(pThrd, pReq, &resp); if (code != 0) { - tGWarn("%s failed to notify user since %s", pInst->label, tstrerror(code)); + tWarn("%s failed to notify user since %s", pInst->label, tstrerror(code)); } return; }