summaryrefslogtreecommitdiff
path: root/libs/ardour/session_events.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-03-02 22:15:59 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-03-02 22:15:59 +0000
commit2ad819c956d8d77ddfd65cdf35c91deef9cee74d (patch)
tree7ff3b96111c49f25d13fcb6fb08c843cf4aa63ce /libs/ardour/session_events.cc
parentc8e5e9d42566fc6ff9ce20434397263d3d817b88 (diff)
deeper debug stracktrace
git-svn-id: svn://localhost/ardour2/branches/3.0@9046 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_events.cc')
-rw-r--r--libs/ardour/session_events.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/session_events.cc b/libs/ardour/session_events.cc
index 68e39cd55f..61a6ca3564 100644
--- a/libs/ardour/session_events.cc
+++ b/libs/ardour/session_events.cc
@@ -64,7 +64,7 @@ SessionEvent::operator new (size_t)
DEBUG_TRACE (DEBUG::SessionEvents, string_compose ("%1 Allocating SessionEvent from %2 ev @ %3\n", pthread_self(), p->name(), ev));
#ifndef NDEBUG
if (DEBUG::SessionEvents & PBD::debug_bits) {
- stacktrace (cerr, 20);
+ stacktrace (cerr, 40);
}
#endif
ev->own_pool = p;
@@ -84,7 +84,7 @@ SessionEvent::operator delete (void *ptr, size_t /*size*/)
#ifndef NDEBUG
if (DEBUG::SessionEvents & PBD::debug_bits) {
- stacktrace (cerr, 20);
+ stacktrace (cerr, 40);
}
#endif