From: ehofman Date: Sun, 15 Aug 2004 09:24:12 +0000 (+0000) Subject: change the log level of the initialization of OpenAL. This prevent a console popup... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5414e94a1a66c652ebfdec8ec19cb817212f8593;p=simgear.git change the log level of the initialization of OpenAL. This prevent a console popup for no reason on Windows. --- 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 );