MXS-2020 Replace ss[_info]_dassert with mxb_assert[_message]
This commit is contained in:
@ -424,7 +424,7 @@ int test_event_configuration()
|
||||
}
|
||||
else
|
||||
{
|
||||
ss_dassert(c.what == What::LEVEL);
|
||||
mxb_assert(c.what == What::LEVEL);
|
||||
|
||||
int32_t level = event::get_log_level(c.id);
|
||||
|
||||
|
Reference in New Issue
Block a user