changeset 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 8c8b5fe47b33
children 71b166bcbcc3
files vamp-support/PreservingPluginHandleMapper.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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;