summaryrefslogtreecommitdiff
path: root/libs/ardour/automation_event.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-11-28 18:23:14 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-11-28 18:23:14 +0000
commitb7b34ad723c7bec2895fb3aba7b36148fe5d4a67 (patch)
tree74889e796cddc971fb12d2cabfe78b2965943f17 /libs/ardour/automation_event.cc
parentf3e5450492109bb4fab898ae824e30ede28bf7b5 (diff)
debugging new thaw behaviour for AutomationEvent
git-svn-id: svn://localhost/ardour2/trunk@1162 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/automation_event.cc')
-rw-r--r--libs/ardour/automation_event.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/automation_event.cc b/libs/ardour/automation_event.cc
index 6769cc25ec..af6fffdeb9 100644
--- a/libs/ardour/automation_event.cc
+++ b/libs/ardour/automation_event.cc
@@ -26,6 +26,7 @@
#include <algorithm>
#include <sigc++/bind.h>
#include <ardour/automation_event.h>
+#include <pbd/stacktrace.h>
#include "i18n.h"
@@ -631,6 +632,7 @@ void
AutomationList::thaw ()
{
if (_frozen == 0) {
+ PBD::stacktrace (cerr);
fatal << string_compose (_("programming error: %1"), X_("AutomationList::thaw() called while not frozen")) << endmsg;
/*NOTREACHED*/
}