Added end of line to debug statment
authorLen Ovens <len@ovenwerks.net>
Thu, 13 Aug 2015 16:55:32 +0000 (09:55 -0700)
committerLen Ovens <len@ovenwerks.net>
Thu, 13 Aug 2015 16:55:32 +0000 (09:55 -0700)
libs/surfaces/mackie/surface.cc
libs/surfaces/mackie/surface_port.cc

index 6777d8e07e5d60bb6b30ac23b66cd69a0a77c801..fe0697f155b03582844de5cf76e6086c18e0efd2 100644 (file)
@@ -775,7 +775,7 @@ Surface::map_routes (const vector<boost::shared_ptr<Route> >& routes)
        vector<boost::shared_ptr<Route> >::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) {
 
index c732c6869c8de922df7f98b500ce25e84d2d2b89..e972ada8ab771e03f8ac44148bba5592f65f9304 100644 (file)
@@ -119,7 +119,7 @@ SurfacePort::set_state (const XMLNode& node, int version)
        if (dynamic_cast<MIDI::IPMIDIPort*>(_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) {