diff options
-rw-r--r-- | backends/text-to-speech/linux/linux-text-to-speech.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/text-to-speech/linux/linux-text-to-speech.cpp b/backends/text-to-speech/linux/linux-text-to-speech.cpp index 770a56c1d6..110bb8396e 100644 --- a/backends/text-to-speech/linux/linux-text-to-speech.cpp +++ b/backends/text-to-speech/linux/linux-text-to-speech.cpp @@ -68,6 +68,7 @@ LinuxTextToSpeechManager::LinuxTextToSpeechManager() _connection = spd_open("ScummVM", "main", NULL, SPD_MODE_THREADED); if (_connection == 0) { _speechState = BROKEN; + warning("Couldn't initialize text to speech through speech-dispatcher"); return; } |