Skip to content

Commit

Permalink
Remove redundant/non-standard desync print formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
malleoz authored and vabold committed May 14, 2024
1 parent d7eaa78 commit 46fe569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/test/TestDirector.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 46fe569

Please sign in to comment.