From ef283ed29c76aa1216582e541d9342a146b85507 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 8 May 2019 19:49:01 +0200 Subject: NO-OP: Unclutter -DGraph --- libs/ardour/route.cc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'libs/ardour/route.cc') diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index dd542f2274..9d94df8bf8 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -3443,9 +3443,9 @@ Route::all_outputs () const bool Route::direct_feeds_according_to_reality (boost::shared_ptr other, bool* via_send_only) { - DEBUG_TRACE (DEBUG::Graph, string_compose ("Feeds? %1\n", _name)); + DEBUG_TRACE (DEBUG::Graph, string_compose ("Feeds from %1 (-> %2)?\n", _name, other->name())); if (other->all_inputs().fed_by (_output)) { - DEBUG_TRACE (DEBUG::Graph, string_compose ("\tdirect FEEDS %2\n", other->name())); + DEBUG_TRACE (DEBUG::Graph, string_compose ("\tdirect FEEDS to %1\n", other->name())); if (via_send_only) { *via_send_only = false; } @@ -3480,10 +3480,7 @@ Route::direct_feeds_according_to_reality (boost::shared_ptr other, bool* } else { DEBUG_TRACE (DEBUG::Graph, string_compose ("\tIOP %1 does NOT feed %2\n", iop->name(), other->name())); } - } else { - DEBUG_TRACE (DEBUG::Graph, string_compose ("\tPROC %1 is not an IOP\n", (*r)->name())); } - } DEBUG_TRACE (DEBUG::Graph, string_compose ("\tdoes NOT feed %1\n", other->name())); -- cgit v1.2.3