mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
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:
parent
7919491f27
commit
f820456bb7
5 changed files with 7 additions and 7 deletions
|
|
@ -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()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue