From cc2234bf54a7efe1add1a4cbd3b90b0611cab56b Mon Sep 17 00:00:00 2001 From: Erik Hofman Date: Sat, 24 Dec 2011 11:13:49 +0100 Subject: [PATCH] Degarde lack of free sounds message from alert to bulk for this release. --- simgear/sound/soundmgr_openal.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/sound/soundmgr_openal.cxx b/simgear/sound/soundmgr_openal.cxx index 448af123..55647200 100644 --- a/simgear/sound/soundmgr_openal.cxx +++ b/simgear/sound/soundmgr_openal.cxx @@ -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; } -- 2.39.5