Mercurial > hg > svapp
diff audioio/AudioTargetFactory.cpp @ 228:67cea66bd588 debug-output
Remove most toStdString calls (no longer needed, with debug header)
author | Chris Cannam |
---|---|
date | Thu, 12 May 2011 17:31:56 +0100 |
parents | b774a451b093 |
children | 068235cf5bf7 |
line wrap: on
line diff
--- a/audioio/AudioTargetFactory.cpp Thu Apr 14 15:21:41 2011 +0100 +++ b/audioio/AudioTargetFactory.cpp Thu May 12 17:31:56 2011 +0100 @@ -135,7 +135,7 @@ #endif if (!target || !target->isOK()) { - std::cerr << "WARNING: AudioTargetFactory::createCallbackTarget: Failed to open the requested target (\"" << m_default.toStdString() << "\")" << std::endl; + std::cerr << "WARNING: AudioTargetFactory::createCallbackTarget: Failed to open the requested target (\"" << m_default << "\")" << std::endl; delete target; return 0; } else {