This commit is contained in:
dmchen 2023-11-10 08:53:29 +00:00
parent fc8b16a5f3
commit ae1347fe5a
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ _CONNECT:
code = 0;
char detail[1000] = {0};
sprintf(detail, "%s:%d, app:%s", ip, pConn->port, connReq.app);
sprintf(detail, "app:%s", connReq.app);
auditRecord(pReq, pMnode->clusterId, "login", "", "", detail, strlen(detail));