This commit is contained in:
dmchen 2023-11-10 08:53:29 +00:00 committed by dm chen
parent 7fec818194
commit f69a98da9e
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,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));