midnam test: don't clutter up output.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user