From 5414e94a1a66c652ebfdec8ec19cb817212f8593 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sun, 15 Aug 2004 09:24:12 +0000 Subject: [PATCH] change the log level of the initialization of OpenAL. This prevent a console popup for no reason on Windows. --- 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 8bb70480..307303ff 100644 --- a/simgear/sound/soundmgr_openal.cxx +++ b/simgear/sound/soundmgr_openal.cxx @@ -61,7 +61,7 @@ inline int (isnan)(double r) { return isnan(r); } // constructor SGSoundMgr::SGSoundMgr() { - SG_LOG( SG_GENERAL, SG_ALERT, "Initializing OpenAL sound manager" ); + SG_LOG( SG_GENERAL, SG_INFO, "Initializing OpenAL sound manager" ); // initialize OpenAL alutInit( 0, NULL ); -- 2.39.5