Don't raise errors on probe.
authorDavid Robillard <d@drobilla.net>
Wed, 14 Oct 2009 23:44:48 +0000 (23:44 +0000)
committerDavid Robillard <d@drobilla.net>
Wed, 14 Oct 2009 23:44:48 +0000 (23:44 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@5783 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/surfaces/mackie/mackie_control_protocol_poll.cc

index 176225de554a79bf59b0e77b4d6de5723781deca..7e395ddac62a6cc9be4cb1488600deb92c8ffce1 100644 (file)
@@ -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;
+               cout << "No port called " << default_port_name << ". Add it to ardour.rc." << endmsg;
                return false;
        }
        else