Changeset 5957
- Timestamp:
- Oct 15, 2009, 9:41:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sound3/src/orxonox/sound/BaseSound.cc
r5954 r5957 137 137 if (fileInfo == NULL) 138 138 { 139 COUT(2) << " Warning: Sound file '" << source << "' not found" << std::endl;139 COUT(2) << "Sound: Warning: Sound file '" << source << "' not found" << std::endl; 140 140 return; 141 141 }
Note: See TracChangeset
for help on using the changeset viewer.