Dampen warning

This commit is contained in:
2025-12-26 02:52:05 -04:00
parent 45959f9d1c
commit b6cf1c656f
@@ -420,8 +420,11 @@ public:
if (!success)
{
std::cerr << __func__ << ": Failed to assemble frame" << std::endl;
callOriginalCallback();
if (pcloudProducer.attachedStimulusBuffers.size() > 0) {
std::cerr << __func__ << ": Failed to assemble frame.\n";
}
return;
}