midnam test: don't clutter up output.

This commit is contained in:
Robin Gareus 2014-12-06 23:51:33 +01:00
parent 9f5023175f
commit 6f7ee67c71

View File

@ -183,7 +183,7 @@ MidnamTest::load_all_midnams_test ()
cout << "Loading " << result.size() << " MIDI patches from " << test_search_path ().to_string () << endl;
for (vector<std::string>::iterator i = result.begin(); i != result.end(); ++i) {
cout << "Processing file " << *i << endl;
cout << "Processing file " << Glib::path_get_basename(*i) << endl;
boost::shared_ptr<MIDINameDocument> document(new MIDINameDocument(*i));
XMLTree xmldoc(*i);