login
This commit is contained in:
parent
7fec818194
commit
f69a98da9e
|
@ -313,7 +313,7 @@ _CONNECT:
|
||||||
code = 0;
|
code = 0;
|
||||||
|
|
||||||
char detail[1000] = {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));
|
auditRecord(pReq, pMnode->clusterId, "login", "", "", detail, strlen(detail));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue