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 );