X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=blobdiff_plain;f=libs%2Fardour%2Fsession_handle.cc;h=2a14f8a4bc62800b2231f48a64c58bb657ed1481;hp=98906e349305bf9e5038118c8998d55bcad01805;hb=c8c6bca6587450ff64303dbc994a4cd28d6ce7aa;hpb=a473d630eb165272992e90f8d854b1d66ec0be63 diff --git a/libs/ardour/session_handle.cc b/libs/ardour/session_handle.cc index 98906e3493..2a14f8a4bc 100644 --- a/libs/ardour/session_handle.cc +++ b/libs/ardour/session_handle.cc @@ -19,12 +19,12 @@ #include "pbd/demangle.h" #include "pbd/error.h" -#include "pbd/boost_debug.h" +#include "ardour/boost_debug.h" #include "ardour/session.h" #include "ardour/session_handle.h" -#include "i18n.h" +#include "pbd/i18n.h" using namespace std; using namespace ARDOUR; @@ -83,9 +83,11 @@ SessionHandleRef::session_going_away () void SessionHandleRef::insanity_check () { +#ifndef NDEBUG 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; +#endif }