Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 14, 2009, 12:40:13 AM (15 years ago)
Author:
erwin
Message:

Prefixed all debug output of the soundsubsytem with 'Sound:', makes it easier to find it in the logs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/sound3/src/orxonox/sound/BaseSound.cc

    r5929 r5939  
    6565            if (alGetError() != AL_NO_ERROR)
    6666            {
    67                  COUT(2) << "Sound: OpenAL: Error playin sound " << this->audioSource_ << std::endl;
     67                 COUT(2) << "Sound: OpenAL: Error playing sound " << this->audioSource_ << std::endl;
    6868            }
    6969        }
     
    147147            {
    148148                COUT(2) << "Sound: Trying fallback ogg loader" << std::endl;
    149                 this->audioBuffer_ = loadOggFile();
     149                this->audioBuffer_ = this->loadOggFile();
    150150            }
    151151
Note: See TracChangeset for help on using the changeset viewer.