# HG changeset patch # User Chris Cannam # Date 1539787407 -3600 # Node ID 5ac494d998b2f9410d0ff60c88bda74d7c75b36e # Parent 8c8b5fe47b337a316ddaf4da7011f107249c682c Add a bit more info diff -r 8c8b5fe47b33 -r 5ac494d998b2 vamp-support/PreservingPluginHandleMapper.h --- 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;