From 664c552629d3464e3c7255a48939c6e177265d91 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 28 Nov 2022 12:53:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/Sound/voice.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Sound/voice.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Sound/voice.cxx b/src/Sound/voice.cxx index 1c39470..6ab58d1 100644 --- a/src/Sound/voice.cxx +++ b/src/Sound/voice.cxx @@ -314,6 +314,8 @@ void FGVoiceMgr::FGVoice::valueChanged(SGPropertyNode *node) const string s = node->getStringValue(); //cerr << "\033[31;1mBEFORE [" << s << "]\033[m" << endl; + SG_LOG(SG_SOUND, SG_INFO, "FGVoice::valueChanged " << s ); + string m; for (unsigned int i = 0; i < s.size(); i++) { char c = s[i];