X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fdebug.cc;h=dc762299e9c3f6a1ac95415a7bcf0af6fac57d7a;hb=1b24aad933a850f61d7442778134a001b2002ec2;hp=51115001cb075dd99fdf30ea2dbbb5767fa148b6;hpb=1bd570c27638d98154dea117a19433e6029b2316;p=ardour.git diff --git a/libs/ardour/debug.cc b/libs/ardour/debug.cc index 51115001cb..dc762299e9 100644 --- a/libs/ardour/debug.cc +++ b/libs/ardour/debug.cc @@ -61,5 +61,6 @@ uint64_t PBD::DEBUG::TempoMap = PBD::new_debug_bit ("tempomap"); uint64_t PBD::DEBUG::OrderKeys = PBD::new_debug_bit ("orderkeys"); uint64_t PBD::DEBUG::Automation = PBD::new_debug_bit ("automation"); uint64_t PBD::DEBUG::WiimoteControl = PBD::new_debug_bit ("wiimotecontrol"); +uint64_t PBD::DEBUG::Ports = PBD::new_debug_bit ("Ports");