Don't raise errors on probe.
git-svn-id: svn://localhost/ardour2/branches/3.0@5783 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3970ba5d8c
commit
12598155a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user