MXS-2020 Replace ss[_info]_dassert with mxb_assert[_message]

This commit is contained in:
Johan Wikman
2018-08-22 09:59:02 +03:00
parent b1e405442f
commit 3f53eddbde
161 changed files with 1640 additions and 1643 deletions

View File

@ -254,7 +254,7 @@ bool maxavro_read_float(MAXAVRO_FILE* file, float *dest)
}
else
{
ss_dassert(!true);
mxb_assert(!true);
MXS_ERROR("Block cannot hold a value of type float");
}
@ -293,7 +293,7 @@ bool maxavro_read_double(MAXAVRO_FILE* file, double *dest)
}
else
{
ss_dassert(!true);
mxb_assert(!true);
MXS_ERROR("Block cannot hold a value of type double");
}