[Orxonox-commit 1239] r5957 - code/branches/sound3/src/orxonox/sound
erwin at orxonox.net
erwin at orxonox.net
Thu Oct 15 09:41:28 CEST 2009
Author: erwin
Date: 2009-10-15 09:41:28 +0200 (Thu, 15 Oct 2009)
New Revision: 5957
Modified:
code/branches/sound3/src/orxonox/sound/BaseSound.cc
Log:
Found another output withourt 'Sound:' prefix
Modified: code/branches/sound3/src/orxonox/sound/BaseSound.cc
===================================================================
--- code/branches/sound3/src/orxonox/sound/BaseSound.cc 2009-10-14 15:01:49 UTC (rev 5956)
+++ code/branches/sound3/src/orxonox/sound/BaseSound.cc 2009-10-15 07:41:28 UTC (rev 5957)
@@ -136,7 +136,7 @@
shared_ptr<ResourceInfo> fileInfo = Resource::getInfo(source);
if (fileInfo == NULL)
{
- COUT(2) << "Warning: Sound file '" << source << "' not found" << std::endl;
+ COUT(2) << "Sound: Warning: Sound file '" << source << "' not found" << std::endl;
return;
}
dataStream_ = Resource::open(source);
More information about the Orxonox-commit
mailing list