]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/soundmgr_openal.cxx
.. and remove some debugging code
[simgear.git] / simgear / sound / soundmgr_openal.cxx
index 9a49d547b5c285bd31b56c2a7d3537657aacbfc5..b22a18350616cfc01156624077c2135c288fefa9 100644 (file)
@@ -154,6 +154,7 @@ printf("Initializing OpenAL sound manager\n");
         else break;
     }
 
+printf("%i free sources found\n", _free_sources.size() );
     if (_free_sources.size() == 0) {
         SG_LOG(SG_GENERAL, SG_ALERT, "Unable to grab any OpenAL sources!");
     }