summaryrefslogtreecommitdiff
path: root/libs/surfaces
diff options
context:
space:
mode:
authorBen Loftis <ben@glw.com>2009-10-27 21:12:35 +0000
committerBen Loftis <ben@glw.com>2009-10-27 21:12:35 +0000
commit6a0469c10d7c1a6171bd19881e10be058ca6936f (patch)
treebe9728c6de79525086d269c163f806635a153f9d /libs/surfaces
parent246f2a52382d7773e01a9cff69e1598a9a7bd91c (diff)
some checkins inspired by drobilla commits 5865 and 5866. allow more vertical layout of ladspa bools
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5951 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/surfaces')
-rw-r--r--libs/surfaces/mackie/mackie_control_protocol_poll.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/mackie/mackie_control_protocol_poll.cc b/libs/surfaces/mackie/mackie_control_protocol_poll.cc
index 88c00ed6eb..03e29e0dec 100644
--- a/libs/surfaces/mackie/mackie_control_protocol_poll.cc
+++ b/libs/surfaces/mackie/mackie_control_protocol_poll.cc
@@ -30,7 +30,7 @@ bool MackieControlProtocol::probe()
{
if ( MIDI::Manager::instance()->port( default_port_name ) == 0 )
{
- error << "No port called mcu. Add it to ardour.rc." << endmsg;
+ info << "Mackie: No MIDI port called " << default_port_name << endmsg;
return false;
}
else