[Orxonox-commit 1523] r6241 - code/branches/presentation2/src/orxonox/sound

youngk at orxonox.net youngk at orxonox.net
Fri Dec 4 13:54:01 CET 2009


Author: youngk
Date: 2009-12-04 13:54:00 +0100 (Fri, 04 Dec 2009)
New Revision: 6241

Modified:
   code/branches/presentation2/src/orxonox/sound/SoundManager.cc
Log:
Changed COUT level from three to four, because showing volume change isn't really needed right now (at least in my opinion)

Modified: code/branches/presentation2/src/orxonox/sound/SoundManager.cc
===================================================================
--- code/branches/presentation2/src/orxonox/sound/SoundManager.cc	2009-12-04 10:16:52 UTC (rev 6240)
+++ code/branches/presentation2/src/orxonox/sound/SoundManager.cc	2009-12-04 12:54:00 UTC (rev 6241)
@@ -171,7 +171,7 @@
         }
         
         this->updateVolume(type);
-        COUT(3) << "SoundManager: volume set to " << this->getVolumeInternal(type) << std::endl;
+        COUT(4) << "SoundManager: volume set to " << this->getVolumeInternal(type) << std::endl;
         return valid;
     }
     




More information about the Orxonox-commit mailing list