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; }