From ff54ed21f8529754f3a0bc40b56539b376c90910 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 28 Nov 2022 08:55:08 +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, 1 insertion(+), 1 deletion(-) diff --git a/src/Sound/voice.cxx b/src/Sound/voice.cxx index 9dca4c1..bf36cee 100644 --- a/src/Sound/voice.cxx +++ b/src/Sound/voice.cxx @@ -209,7 +209,7 @@ bool FGVoiceMgr::FGVoice::speak(void) if (_msg.empty()) return false; - SG_LOG(SG_SOUND, SG_INFO, "FGVoice::speak " << _msg ); + SG_LOG(SG_SOUND, SG_INFO, "FGVoice::speak " << _msg.front() ); const string s = _msg.front();