13
0

Demote message about empty MIDI tracks to info.

This commit is contained in:
David Robillard 2014-12-28 19:05:07 -05:00
parent 815a8b09e4
commit 541705e1ee

View File

@ -417,7 +417,7 @@ write_midi_data_to_new_files (Evoral::SMF* source, ImportStatus& status,
break; break;
} }
} else { } 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 ++s; // next source