summaryrefslogtreecommitdiff
path: root/libs/ardour/session_handle.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-10-27 21:04:45 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-10-27 21:04:45 +0000
commite09504f122e01d449b9e143c2a85b379e505640f (patch)
tree39e510fb8fd7d59cb36ed611d35687fe52c98d0b /libs/ardour/session_handle.cc
parent11c1b761215ee44f67f5f39591614de94c669449 (diff)
show address of dangling SessionHandle-derived objects
git-svn-id: svn://localhost/ardour2/branches/3.0@10320 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_handle.cc')
-rw-r--r--libs/ardour/session_handle.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/session_handle.cc b/libs/ardour/session_handle.cc
index 98906e3493..461b1a9249 100644
--- a/libs/ardour/session_handle.cc
+++ b/libs/ardour/session_handle.cc
@@ -85,7 +85,7 @@ SessionHandleRef::insanity_check ()
{
cerr << string_compose (
_("programming error: %1"),
- string_compose("SessionHandleRef exists across sesssion deletion! Dynamic type: %1",
- PBD::demangled_name (*this)))
+ string_compose("SessionHandleRef exists across sesssion deletion! Dynamic type: %1 @ %2",
+ PBD::demangled_name (*this), this))
<< endl;
}