Use info stream for infoey things.

git-svn-id: svn://localhost/ardour2/branches/3.0@5866 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-10-22 20:05:40 +00:00
parent 7919491f27
commit f820456bb7
5 changed files with 7 additions and 7 deletions

View file

@ -70,7 +70,7 @@ MidiPatchManager::refresh()
find_matching_files_in_directory(path_to_patches, pattern, result);
cerr << "Loading " << result.size() << " MIDI patches from " << path_to_patches.to_string() << endl;
info << "Loading " << result.size() << " MIDI patches from " << path_to_patches.to_string() << endl;
for (vector<path>::iterator i = result.begin(); i != result.end(); ++i) {
boost::shared_ptr<MIDINameDocument> document(new MIDINameDocument(i->to_string()));