From 9fed5ea37fb7f25446c8e08377e6ab56e33b4773 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 12 Dec 2022 19:16:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/Instrumentation/commr?= =?UTF-8?q?adio.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Instrumentation/commradio.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Instrumentation/commradio.cxx b/src/Instrumentation/commradio.cxx index b8313ce..902726a 100644 --- a/src/Instrumentation/commradio.cxx +++ b/src/Instrumentation/commradio.cxx @@ -97,12 +97,12 @@ void AtisSpeaker::valueChanged(SGPropertyNode * node) if (!fgGetBool("/sim/sound/working", false)) return; - SG_LOG("commradio:AtisSpeaker",SG_INFO,"node:" << node); + SG_LOG(SG_INSTR,SG_INFO,"node:" << node); string newText = node->getStringValue(); - SG_LOG("commradio:AtisSpeaker",SG_INFO,"newText:" << newText); + SG_LOG(SG_INSTR,SG_INFO,"newText:" << newText); if (_synthesizeRequest.text == newText) return;