This commit is contained in:
Valentin Balaschenko
2026-01-19 19:59:24 +00:00
parent 8268f56251
commit 2b715b2006

View File

@@ -95,6 +95,12 @@ setCurrentThreadNameImpl(std::string_view name)
std::cerr << "WARNING: Thread name \"" << name << "\" (length "
<< name.size() << ") exceeds maximum of "
<< maxThreadNameLength << " characters on Linux.\n";
XRPL_ASSERT(
false,
"beast::detail::setCurrentThreadNameImpl : Thread name exceeds "
"maximum length for Linux"
"for Linux");
}
#endif
}