Skip to content

Commit e2c175c

Browse files
committed
added log entry about frame size changes
1 parent ac5a32f commit e2c175c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DMD.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,7 @@ void DMD::ZeDMDThread()
656656
if (m_pUpdateBufferQueue[bufferPosition]->width != width ||
657657
m_pUpdateBufferQueue[bufferPosition]->height != height)
658658
{
659+
Log(DMDUtil_LogLevel_INFO, "Change frame size from %dx%d to %dx%d", width, height, m_pUpdateBufferQueue[bufferPosition]->width, m_pUpdateBufferQueue[bufferPosition]->height);
659660
width = m_pUpdateBufferQueue[bufferPosition]->width;
660661
height = m_pUpdateBufferQueue[bufferPosition]->height;
661662
// Activate the correct scaling mode.

0 commit comments

Comments
 (0)