MXS-2020 Replace ss[_info]_dassert with mxb_assert[_message]
This commit is contained in:
@ -223,7 +223,7 @@ secrets_readKeys(const char* path)
|
||||
mxs_strerror(eno));
|
||||
return NULL;
|
||||
}
|
||||
ss_dassert(keys != NULL);
|
||||
mxb_assert(keys != NULL);
|
||||
|
||||
/** Successfully loaded keys, log notification */
|
||||
if (!reported)
|
||||
|
Reference in New Issue
Block a user