Demote message about empty MIDI tracks to info.
This commit is contained in:
parent
815a8b09e4
commit
541705e1ee
@ -417,7 +417,7 @@ write_midi_data_to_new_files (Evoral::SMF* source, ImportStatus& status,
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
warning << string_compose (_("Track %1 of %2 contained no usable MIDI data"), i, source->file_path()) << endmsg;
|
||||
info << string_compose (_("Track %1 of %2 contained no usable MIDI data"), i, source->file_path()) << endmsg;
|
||||
}
|
||||
|
||||
++s; // next source
|
||||
|
Loading…
Reference in New Issue
Block a user