summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-04-07 23:20:15 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2020-04-07 23:20:15 -0600
commit5b6e2b088e4b86df16bb56f2fe6ae462b974fff6 (patch)
tree9a3b89e869fbd04767c0b5e8bcd02b654a71befc /libs/ardour
parenta13ef36b3b6212d1ae0c563c7a60a86152dbb48f (diff)
show ARDOUR::Port destructor with either DEBUG::Ports or DEBUG::Destruction
Diffstat (limited to 'libs/ardour')
-rw-r--r--libs/ardour/port.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/port.cc b/libs/ardour/port.cc
index 479063292e..d22e23c2c7 100644
--- a/libs/ardour/port.cc
+++ b/libs/ardour/port.cc
@@ -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 ();
}