fix: log tempo error

This commit is contained in:
2026-05-16 17:37:49 +02:00
parent a85a75f93d
commit 859dfc4307
+1 -1
View File
@@ -552,7 +552,7 @@ static bool compute_event(Context *context, StateConfig state_config,
if (context->tempo.tempo > 0) {
tempo_set(&context->tempo, context->tempo.tempo - 1);
}
log_info("[%d] Tempo: %f", code, context->tempo);
log_info("[%d] Tempo: %f", code, context->tempo.tempo);
}
return true;
}