mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
debug output
git-svn-id: svn://localhost/ardour2/branches/3.0@7345 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
92e4126617
commit
d488ce49bb
1 changed files with 1 additions and 0 deletions
|
|
@ -271,6 +271,7 @@ RegionFactory::map_add (boost::shared_ptr<Region> r)
|
|||
|
||||
{
|
||||
Glib::Mutex::Lock lm (region_map_lock);
|
||||
cerr << "MAP ADD: " << r->name() << " ID = " << r->id() << endl;
|
||||
region_map.insert (p);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue