Skip to content

Commit 8ddd9e9

Browse files
committed
added debug output
1 parent be141d4 commit 8ddd9e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DMD.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,8 @@ void DMD::SerumThread()
869869
}
870870
else if (dumpNotColorizedFrames)
871871
{
872+
Log(DMDUtil_LogLevel_DEBUG, "Serum: unidentified frame detected");
873+
872874
auto noSerumUpdate = std::make_shared<Update>();
873875
noSerumUpdate->mode = Mode::NotColorized;
874876
noSerumUpdate->depth = m_pUpdateBufferQueue[bufferPosition]->depth;

0 commit comments

Comments
 (0)