]> git.mxchange.org Git - simgear.git/commitdiff
Lower verbosity.
authorcurt <curt>
Sun, 25 Apr 2004 02:02:35 +0000 (02:02 +0000)
committercurt <curt>
Sun, 25 Apr 2004 02:02:35 +0000 (02:02 +0000)
simgear/sound/sample_openal.cxx

index 124cac797db925c0869a27f90f57bba66c00f594..2a36333ae6e88407555760052925716063015121 100644 (file)
@@ -169,7 +169,7 @@ SGSoundSample::SGSoundSample( unsigned char *_data, int len, int _freq ) :
 
 // destructor
 SGSoundSample::~SGSoundSample() {
-    SG_LOG( SG_GENERAL, SG_ALERT, "Deleting a sample" );
+    SG_LOG( SG_GENERAL, SG_INFO, "Deleting a sample" );
     alDeleteSources(1, &source);
     alDeleteBuffers(1, &buffer);
 }