13
0

debug output

git-svn-id: svn://localhost/ardour2/branches/3.0@7345 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-07-01 13:51:52 +00:00
parent 92e4126617
commit d488ce49bb

View File

@ -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);
}