Mercurial > hg > svcore
diff data/model/WritableWaveFileModel.cpp @ 180:bd1260261412
...
author | Chris Cannam |
---|---|
date | Thu, 05 Oct 2006 15:39:23 +0000 |
parents | 570794f6f6a7 |
children | 89b05b679dc3 |
line wrap: on
line diff
--- a/data/model/WritableWaveFileModel.cpp Thu Oct 05 11:03:06 2006 +0000 +++ b/data/model/WritableWaveFileModel.cpp Thu Oct 05 15:39:23 2006 +0000 @@ -124,7 +124,7 @@ WritableWaveFileModel::isReady(int *completion) const { bool ready = (m_model && m_model->isReady(completion)); - std::cerr << "WritableWaveFileModel::isReady(): ready = " << ready << std::endl; + std::cerr << "WritableWaveFileModel::isReady(): ready = " << ready << ", completion = " << (completion ? *completion : -1) << std::endl; return ready; }