更新 'src/Instrumentation/commradio.cxx'

next
zhongjin 2 years ago
parent dde91c0dfa
commit 9fed5ea37f

@ -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;

Loading…
Cancel
Save