Exc: Replace with cb+ret

This commit is contained in:
2025-09-16 15:10:28 -04:00
parent 5c79a89cd4
commit 429bd2a349
+4 -2
View File
@@ -177,8 +177,10 @@ void Body::finalizeReq(bodyLifetimeMgmtOpCbFn callback)
if (mrntt->id != ComponentThread::MRNTT) if (mrntt->id != ComponentThread::MRNTT)
{ {
throw std::runtime_error(std::string(__func__) std::cerr << __func__ << ": Must be invoked by Mrntt thread"
+ ": Must be invoked by Mrntt thread"); << std::endl;
callback(false);
return;
} }
if (!parent.bodyComponentInitialized) if (!parent.bodyComponentInitialized)