mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
show ARDOUR::Port destructor with either DEBUG::Ports or DEBUG::Destruction
This commit is contained in:
parent
a13ef36b3b
commit
5b6e2b088e
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ Port::Port (std::string const & n, DataType t, PortFlags f)
|
||||||
/** Port destructor */
|
/** Port destructor */
|
||||||
Port::~Port ()
|
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 ();
|
drop ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue