From 6f5517f60298d7e5190ad68433a86922c3f2ecce Mon Sep 17 00:00:00 2001 From: curt Date: Sun, 25 Apr 2004 02:02:35 +0000 Subject: [PATCH 1/1] Lower verbosity. --- simgear/sound/sample_openal.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/sound/sample_openal.cxx b/simgear/sound/sample_openal.cxx index 124cac79..2a36333a 100644 --- a/simgear/sound/sample_openal.cxx +++ b/simgear/sound/sample_openal.cxx @@ -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); } -- 2.39.2