X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fsession_handle.cc;h=e9284b7c9849e431936253a043edff1f5cab61a5;hb=d345d446883c0425f8312149d04abc62076e36fc;hp=98906e349305bf9e5038118c8998d55bcad01805;hpb=a473d630eb165272992e90f8d854b1d66ec0be63;p=ardour.git diff --git a/libs/ardour/session_handle.cc b/libs/ardour/session_handle.cc index 98906e3493..e9284b7c98 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 session deletion! Dynamic type: %1 @ %2", + PBD::demangled_name (*this), this)) << endl; }