Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5957


Ignore:
Timestamp:
Oct 15, 2009, 9:41:28 AM (15 years ago)
Author:
erwin
Message:

Found another output withourt 'Sound:' prefix

File:
1 edited

Legend:

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

    r5954 r5957  
    137137        if (fileInfo == NULL)
    138138        {
    139             COUT(2) << "Warning: Sound file '" << source << "' not found" << std::endl;
     139            COUT(2) << "Sound: Warning: Sound file '" << source << "' not found" << std::endl;
    140140            return;
    141141        }
Note: See TracChangeset for help on using the changeset viewer.