summaryrefslogtreecommitdiff
path: root/libs/ardour/region_factory.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-30 15:43:56 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-30 15:43:56 +0000
commitddc513c38da165eab91a24eb1ccc73464d408393 (patch)
tree0720e3ea4801a3632ab5f2510ac0975b0a8da613 /libs/ardour/region_factory.cc
parent92a5107037fc024f83807631055b4f969aadb3a2 (diff)
debugging legacy xfade loading, part 2
git-svn-id: svn://localhost/ardour2/branches/3.0@12494 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/region_factory.cc')
-rw-r--r--libs/ardour/region_factory.cc2
1 files changed, 2 insertions, 0 deletions
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