]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/soundmgr_openal.cxx
Fixes to Random Buildings:
[simgear.git] / simgear / sound / soundmgr_openal.cxx
index 448af1236b4f426b20877a30e5eaa7e9f042ae05..55647200f1679b56fdd5bc030762caebe80e0fd1 100644 (file)
@@ -427,7 +427,7 @@ unsigned int SGSoundMgr::request_source()
        _sources_in_use.push_back(source);
     }
     else
-       SG_LOG( SG_SOUND, SG_ALERT, "Sound manager: No more free sources available!\n");
+       SG_LOG( SG_SOUND, SG_BULK, "Sound manager: No more free sources available!\n");
 
     return source;
 }