提交 6a56036c 编写于 作者: T Tao Liu

[TD-424] remove debug print

上级 0cd99ea7
......@@ -797,8 +797,7 @@ int mgmtProcessAlterUserMsg(char *pMsg, int msgLen, SConnObj *pConn) {
pUser->superAuth = 0;
pUser->writeAuth = 0;
pUser->auditAuth = 1;
}
printf("user right: s %d, w %d, a %d \r\n ",pUser->superAuth,pUser->writeAuth, pUser->auditAuth);
}
code = mgmtUpdateUser(pUser);
mLPrint("user:%s privilege is altered by %s, code:%d", pAlter->user, pConn->pUser->user, code);
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册