From edb074f4385cd6f3161750c67f1fb9b2407733d5 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Mon, 16 Mar 2026 14:40:16 -0700 Subject: [PATCH] spa: aec: Fix log topic name --- spa/plugins/aec/aec-webrtc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/aec/aec-webrtc.cpp b/spa/plugins/aec/aec-webrtc.cpp index 7b8cafcde..08697288b 100644 --- a/spa/plugins/aec/aec-webrtc.cpp +++ b/spa/plugins/aec/aec-webrtc.cpp @@ -39,7 +39,7 @@ struct impl_data { std::unique_ptr play_buffer, rec_buffer, out_buffer; }; -SPA_LOG_TOPIC_DEFINE_STATIC(log_topic, "spa.eac.webrtc"); +SPA_LOG_TOPIC_DEFINE_STATIC(log_topic, "spa.aec.webrtc"); #undef SPA_LOG_TOPIC_DEFAULT #define SPA_LOG_TOPIC_DEFAULT &log_topic