From ddc513c38da165eab91a24eb1ccc73464d408393 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 30 May 2012 15:43:56 +0000 Subject: debugging legacy xfade loading, part 2 git-svn-id: svn://localhost/ardour2/branches/3.0@12494 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/region_factory.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/region_factory.cc') diff --git a/libs/ardour/region_factory.cc b/libs/ardour/region_factory.cc index fa948844ab..2bc84f8988 100644 --- a/libs/ardour/region_factory.cc +++ b/libs/ardour/region_factory.cc @@ -284,7 +284,9 @@ RegionFactory::create (SourceList& srcs, const XMLNode& node) if (ret) { if (ret->set_state (node, Stateful::loading_state_version)) { ret.reset (); + cerr << "set state on region failed\n"; } else { + cerr << "add region " << ret->id() << " to region map\n"; map_add (ret); /* Don't fiddle with position_lock_style here as the region -- cgit v1.2.3