X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fsound%2Fsample_openal.cxx;h=2a36333ae6e88407555760052925716063015121;hb=6f5517f60298d7e5190ad68433a86922c3f2ecce;hp=124cac797db925c0869a27f90f57bba66c00f594;hpb=cc43c745b296b5c3e02adebfcd22d0e15ea5ab01;p=simgear.git 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); }