MXS-2020 Replace ss[_info]_dassert with mxb_assert[_message]
This commit is contained in:
@ -100,7 +100,7 @@ Avro* Avro::create(SERVICE* service, SRowEventHandler handler)
|
||||
if (param)
|
||||
{
|
||||
SERVICE *source = service_find(param->value);
|
||||
ss_dassert(source);
|
||||
mxb_assert(source);
|
||||
|
||||
if (source)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user