change debug log

This commit is contained in:
yihaoDeng 2023-09-01 11:51:55 +08:00
parent 88a2f1b433
commit 2e05a78ce1
1 changed files with 1 additions and 1 deletions

View File

@ -2398,7 +2398,7 @@ int cliAppCb(SCliConn* pConn, STransMsg* pResp, SCliMsg* pMsg) {
if (rpcDebugFlag & DEBUG_TRACE) {
char tbuf[512] = {0};
EPSET_DEBUG_STR(&pCtx->epSet, tbuf);
tGTrace("%s conn %p extract epset from msg", CONN_GET_INST_LABEL(pConn), pConn);
tGTrace("%s conn %p extract epset from msg, use:%s", CONN_GET_INST_LABEL(pConn), pConn, tbuf);
}
}
if (rpcDebugFlag & DEBUG_TRACE) {