From e09504f122e01d449b9e143c2a85b379e505640f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 27 Oct 2011 21:04:45 +0000 Subject: show address of dangling SessionHandle-derived objects git-svn-id: svn://localhost/ardour2/branches/3.0@10320 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_handle.cc | 4 ++-- 1 file 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; } -- cgit v1.2.3