Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6241


Ignore:
Timestamp:
Dec 4, 2009, 1:54:00 PM (14 years ago)
Author:
youngk
Message:

Changed COUT level from three to four, because showing volume change isn't really needed right now (at least in my opinion)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/orxonox/sound/SoundManager.cc

    r6237 r6241  
    172172       
    173173        this->updateVolume(type);
    174         COUT(3) << "SoundManager: volume set to " << this->getVolumeInternal(type) << std::endl;
     174        COUT(4) << "SoundManager: volume set to " << this->getVolumeInternal(type) << std::endl;
    175175        return valid;
    176176    }
Note: See TracChangeset for help on using the changeset viewer.