Dampen warning
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user