]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/openal_test1.cxx
Updates to the test utilies.
[simgear.git] / simgear / sound / openal_test1.cxx
index 94e3e4510303d2b0a6cc1daac69244f9131f55ea..dd2a77f01620e813c6ba6b1026bf4518719557e9 100644 (file)
@@ -50,6 +50,8 @@ int main( int argc, char *argv[] ) {
     ALCdevice *dev;
     ALCcontext *context;
 
+    sglog().setLogLevels( SG_ALL, SG_ALERT );
+
     // initialize OpenAL
     if ( (dev = alcOpenDevice( NULL )) != NULL
             && ( context = alcCreateContext( dev, NULL )) != NULL ) {