aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/ClockTAI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ClockTAI.cpp b/lib/ClockTAI.cpp
index c32c58d..d8e37ea 100644
--- a/lib/ClockTAI.cpp
+++ b/lib/ClockTAI.cpp
@@ -698,7 +698,7 @@ const json::map_t ClockTAI::get_all_values() const
const auto& state = m_bulletin.state();
-#if CLOCK_TAI
+#if TAI_TEST
etiLog.level(debug) << "CALC FROM m_bulletin: " << state.valid << " " <<
state.offset << " " << state.expires_at << " -> " << state.expires_in();
etiLog.level(debug) << "CACHED IN m_state: " << m_state->valid << " " <<