]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/voiceplayer.cxx
Some more refactoring of the radios
[flightgear.git] / src / Sound / voiceplayer.cxx
index 054a771fc37513d397db91bd041c13b86dc34c8b..2cd2f127c1fa44974864f2cd19d3f2d383127e35 100644 (file)
@@ -214,7 +214,7 @@ FGVoicePlayer::get_sample (const char *name)
         }
         catch (const sg_exception &e)
         {
-            SG_LOG(SG_INSTR, SG_ALERT, "Error loading sound sample \"" + filename + "\": " + e.getFormattedMessage());
+            SG_LOG(SG_SOUND, SG_ALERT, "Error loading sound sample \"" + filename + "\": " + e.getFormattedMessage());
             exit(1);
         }