]> git.mxchange.org Git - simgear.git/commitdiff
change the log level of the initialization of OpenAL. This prevent a console popup...
authorehofman <ehofman>
Sun, 15 Aug 2004 09:24:12 +0000 (09:24 +0000)
committerehofman <ehofman>
Sun, 15 Aug 2004 09:24:12 +0000 (09:24 +0000)
simgear/sound/soundmgr_openal.cxx

index 8bb70480a489fe50c80b6182ca1b0c50ebd2d15b..307303ffff74740a57bccdc0bf5492398166d104 100644 (file)
@@ -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 );