Added end of line to debug statment

This commit is contained in:
Len Ovens
2015-08-13 09:55:32 -07:00
parent 05e3a00b7e
commit 39240c9d37
2 changed files with 2 additions and 2 deletions

View 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) {

View 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) {