13
0

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:
David Robillard 2009-10-14 23:44:48 +00:00
parent 3970ba5d8c
commit 12598155a2

View 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