summaryrefslogtreecommitdiff
path: root/libs/ardour/session_handle.cc
diff options
context:
space:
mode:
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;
}