Mercurial > hg > piper-cpp
diff vamp-support/PreservingPluginHandleMapper.h @ 277:5ac494d998b2
Add a bit more info
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 17 Oct 2018 15:43:27 +0100 |
parents | 7ada63fe1084 |
children | 4b581a498981 |
line wrap: on
line diff
--- a/vamp-support/PreservingPluginHandleMapper.h Wed Oct 17 15:43:18 2018 +0100 +++ b/vamp-support/PreservingPluginHandleMapper.h Wed Oct 17 15:43:27 2018 +0100 @@ -94,7 +94,8 @@ if (h == m_handle) return m_plugin; if (m_handle != INVALID_HANDLE) { std::cerr << "PreservingPluginHandleMapper: m_handle " << m_handle - << " is non-null when a new handle is provided, but " + << " is non-null when a new handle (" << h + << ") is provided, but " << "this stupid stub class can only handle one handle" << std::endl; return nullptr;