From 6487f3318d342415c6c326c12bf73aa65997245e Mon Sep 17 00:00:00 2001 From: Markus Kalkbrenner Date: Mon, 3 Jun 2024 20:06:40 +0200 Subject: [PATCH] debug --- src/DMD.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DMD.cpp b/src/DMD.cpp index 34ff35c..dd760e6 100644 --- a/src/DMD.cpp +++ b/src/DMD.cpp @@ -782,7 +782,7 @@ void DMD::SerumThread() { uint32_t result = Serum_Colorize(m_pUpdateBufferQueue[currentBufferPosition]->data); - Log(DMDUtil_LogLevel_DEBUG, "Serum: frameID=%d, rotation=%d, flags=%d", result, m_pSerum->rotationtimer, + Log(DMDUtil_LogLevel_DEBUG, "Serum: frameID=%lu, rotation=%lu, flags=%lu", m_pSerum->frameID, m_pSerum->rotationtimer, m_pSerum->flags); if (result != IDENTIFY_NO_FRAME) @@ -814,7 +814,7 @@ void DMD::SerumThread() { uint32_t result = Serum_Rotate(); - Log(DMDUtil_LogLevel_DEBUG, "Serum: rotation=%d, flags=%d", m_pSerum->rotationtimer, result & 0xfffff0000); + Log(DMDUtil_LogLevel_DEBUG, "Serum: rotation=%lu, flags%lu", m_pSerum->rotationtimer, result & 0xfffff0000); if (result > 0) {