We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be141d4 commit 8ddd9e9Copy full SHA for 8ddd9e9
src/DMD.cpp
@@ -869,6 +869,8 @@ void DMD::SerumThread()
869
}
870
else if (dumpNotColorizedFrames)
871
{
872
+ Log(DMDUtil_LogLevel_DEBUG, "Serum: unidentified frame detected");
873
+
874
auto noSerumUpdate = std::make_shared<Update>();
875
noSerumUpdate->mode = Mode::NotColorized;
876
noSerumUpdate->depth = m_pUpdateBufferQueue[bufferPosition]->depth;
0 commit comments