change the log level of the initialization of OpenAL. This prevent a console popup for no reason on Windows.

This commit is contained in:
ehofman
2004-08-15 09:24:12 +00:00
parent 461dee8657
commit 5414e94a1a

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