MXS-2020 Replace ss[_info]_dassert with mxb_assert[_message]
This commit is contained in:
@ -1712,7 +1712,7 @@ static void callModuleCommand(DCB *dcb, char *domain, char *id, char *v3,
|
||||
if (!succeeded && !output)
|
||||
{
|
||||
const char* s = modulecmd_get_error();
|
||||
ss_dassert(s);
|
||||
mxb_assert(s);
|
||||
|
||||
if (*s == 0)
|
||||
{
|
||||
@ -2193,7 +2193,7 @@ execute_cmd(CLI_SESSION *cli)
|
||||
break;
|
||||
default:
|
||||
dcb_printf(dcb, "Error: Maximum argument count is %d.\n", MAXARGS);
|
||||
ss_info_dassert(!true, "Command has too many arguments");
|
||||
mxb_assert_message(!true, "Command has too many arguments");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user