summaryrefslogtreecommitdiffhomepage
path: root/PCM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'PCM.cpp')
-rw-r--r--PCM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCM.cpp b/PCM.cpp
index c0bc5dc..b8510b5 100644
--- a/PCM.cpp
+++ b/PCM.cpp
@@ -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;
}
}