MXS-2020 Replace ss_debug with MXB_AT_DEBUG

This commit is contained in:
Johan Wikman
2018-08-22 09:41:27 +03:00
parent 84876b881b
commit b1e405442f
20 changed files with 38 additions and 39 deletions

View File

@ -274,7 +274,7 @@ private:
{
freed_space += i->first.size();
ss_debug(bool erased =) erase(i->first);
MXB_AT_DEBUG(bool erased =) erase(i->first);
ss_dassert(erased);
}
@ -1311,7 +1311,7 @@ bool qc_alter_from_json(json_t* pJson)
if (rv)
{
ss_debug(bool set =) qc_set_cache_properties(&cache_properties);
MXB_AT_DEBUG(bool set =) qc_set_cache_properties(&cache_properties);
ss_dassert(set);
}
}