show ARDOUR::Port destructor with either DEBUG::Ports or DEBUG::Destruction

This commit is contained in:
Paul Davis 2020-04-07 23:20:15 -06:00
parent a13ef36b3b
commit 5b6e2b088e

View File

@ -91,7 +91,7 @@ Port::Port (std::string const & n, DataType t, PortFlags f)
/** Port destructor */
Port::~Port ()
{
DEBUG_TRACE (DEBUG::Destruction, string_compose ("destroying port @ %1 named %2\n", this, name()));
DEBUG_TRACE (PBD::DebugBits (DEBUG::Destruction|DEBUG::Ports), string_compose ("destroying port @ %1 named %2\n", this, name()));
drop ();
}