From: Len Ovens Date: Thu, 13 Aug 2015 16:55:32 +0000 (-0700) Subject: Added end of line to debug statment X-Git-Tag: 4.3~662 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=39240c9d3748380aa16273cda01342d70532f545;p=ardour.git Added end of line to debug statment --- diff --git a/libs/surfaces/mackie/surface.cc b/libs/surfaces/mackie/surface.cc index 6777d8e07e..fe0697f155 100644 --- a/libs/surfaces/mackie/surface.cc +++ b/libs/surfaces/mackie/surface.cc @@ -775,7 +775,7 @@ Surface::map_routes (const vector >& routes) vector >::const_iterator r; Strips::iterator s = strips.begin(); - DEBUG_TRACE (DEBUG::MackieControl, string_compose ("Mapping %1 routes", routes.size())); + DEBUG_TRACE (DEBUG::MackieControl, string_compose ("Mapping %1 routes\n", routes.size())); for (r = routes.begin(); r != routes.end() && s != strips.end(); ++s) { diff --git a/libs/surfaces/mackie/surface_port.cc b/libs/surfaces/mackie/surface_port.cc index c732c6869c..e972ada8ab 100644 --- a/libs/surfaces/mackie/surface_port.cc +++ b/libs/surfaces/mackie/surface_port.cc @@ -119,7 +119,7 @@ SurfacePort::set_state (const XMLNode& node, int version) if (dynamic_cast(_input_port)) { return 0; } - + // the rest should not be run if the device-name changes outside of a session load. XMLNode* child; if ((child = node.child (X_("Input"))) != 0) {