Tweak debug printf in port_open()

This commit is contained in:
Alexandre Ratchov 2019-08-29 09:14:27 +02:00
parent 6ee8e730f4
commit eee6a97114
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ port_open(struct port *c)
{
if (!port_mio_open(c)) {
if (log_level >= 1) {
log_puts(c->path);
port_log(c);
log_puts(": failed to open midi port\n");
}
return 0;