show address of dangling SessionHandle-derived objects
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 27 Oct 2011 21:04:45 +0000 (21:04 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 27 Oct 2011 21:04:45 +0000 (21:04 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10320 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/session_handle.cc

index 98906e349305bf9e5038118c8998d55bcad01805..461b1a924989e7504cb9de7f2fffc381eee74776 100644 (file)
@@ -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;
 }