summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/surface_port.cc
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2015-08-13 09:55:32 -0700
committerLen Ovens <len@ovenwerks.net>2015-08-13 09:55:32 -0700
commit39240c9d3748380aa16273cda01342d70532f545 (patch)
tree0eea4d705d65363578783c0614eab6411868236c /libs/surfaces/mackie/surface_port.cc
parent05e3a00b7e3a52a838bc5ec9ee7b3b9e6a271feb (diff)
Added end of line to debug statment
Diffstat (limited to 'libs/surfaces/mackie/surface_port.cc')
-rw-r--r--libs/surfaces/mackie/surface_port.cc2
1 files changed, 1 insertions, 1 deletions
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<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) {