]> git.mxchange.org Git - simgear.git/commitdiff
Degarde lack of free sounds message from alert to bulk for this release.
authorErik Hofman <erik@ehofman.com>
Sat, 24 Dec 2011 10:13:49 +0000 (11:13 +0100)
committerErik Hofman <erik@ehofman.com>
Sat, 24 Dec 2011 10:13:49 +0000 (11:13 +0100)
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;
 }