]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/sample_openal.cxx
Logging - downgrade play/stop messages to debug.
[simgear.git] / simgear / sound / sample_openal.cxx
index 103387edc92f21515988d2ebaa91f73863f93605..52eaea184435b00a3b4e27a5803e3cfbc1ecb526 100644 (file)
@@ -145,6 +145,7 @@ SGSoundSample::SGSoundSample( const char *path, const char *file, bool _no_Doppl
     alBufferData( buffer, format, data, size, freq );
 
     if ( print_openal_error("constructor (alBufferData)") ) {
+        SG_LOG( SG_GENERAL, SG_ALERT, "Trying to use file " << file );
         throw sg_exception("Failed to buffer data.");
     }