midnam test: don't clutter up output.
authorRobin Gareus <robin@gareus.org>
Sat, 6 Dec 2014 22:51:33 +0000 (23:51 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 6 Dec 2014 22:51:45 +0000 (23:51 +0100)
libs/midi++2/test/MidnamTest.cpp

index 1202a47d94dc53de1a3180e3f5976379c7a6deba..03d0682c8dafe699b87586e47d373dd1a009068a 100644 (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);