更新 'src/Instrumentation/commradio.cxx'
This commit is contained in:
parent
dde91c0dfa
commit
9fed5ea37f
@ -97,12 +97,12 @@ void AtisSpeaker::valueChanged(SGPropertyNode * node)
|
|||||||
if (!fgGetBool("/sim/sound/working", false))
|
if (!fgGetBool("/sim/sound/working", false))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
SG_LOG("commradio:AtisSpeaker",SG_INFO,"node:" << node);
|
SG_LOG(SG_INSTR,SG_INFO,"node:" << node);
|
||||||
|
|
||||||
|
|
||||||
string newText = node->getStringValue();
|
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;
|
if (_synthesizeRequest.text == newText) return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user