Added end of line to debug statment
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user