From c232f4442464cb7b1681c91014e56500bf5c1143 Mon Sep 17 00:00:00 2001 From: sowens99 Date: Tue, 14 May 2024 11:50:50 -0400 Subject: [PATCH] Remove redundant/non-standard desync print formatting --- source/test/TestDirector.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/test/TestDirector.hh b/source/test/TestDirector.hh index cf6eb567..8ca2a07c 100644 --- a/source/test/TestDirector.hh +++ b/source/test/TestDirector.hh @@ -66,7 +66,7 @@ private: m_frameCount); } - K_LOG("DESYNC! Frame: %d; Name: %s", m_currentFrame, name); + K_LOG("DESYNC! Name: %s", name); std::string s0 = std::to_string(t0); std::string s1 = std::to_string(t1); K_LOG("Expected: 0x%08X | %s", f2u(t0), s0.c_str());