MXS-2020 Replace ss[_info]_dassert with mxb_assert[_message]
This commit is contained in:
@ -97,7 +97,7 @@ static inline std::string json_to_string(json_t* json)
|
||||
break;
|
||||
|
||||
default:
|
||||
ss_dassert(false);
|
||||
mxb_assert(false);
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user