diff options
Diffstat (limited to 'PCM.cpp')
-rw-r--r-- | PCM.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ void PCM::click(std::chrono::duration<double> offset) m_phase = - click_latency_frames + delay + offset_frames; if (m_phase > 0) { - log_cout << fmt::format("phase = {}", m_phase) << std::endl; + log_cout << fmt::format("Warning: Click missed: Phase = {}", m_phase) << std::endl; } } |