This commit is contained in:
2024-10-29 17:36:16 +03:00
parent 4e3e3ec60e
commit 6a4278c247
7 changed files with 101 additions and 35 deletions

View File

@@ -496,7 +496,7 @@ public:
void err(const std::error_code& ec)
{
base_t::setKeyValue(ERR_KEY, ec.value(), ec.category(), ec.message());
base_t::setKeyValue(ERR_KEY, ec.value(), ec.category().name(), ec.message());
keyHash();
}