extend lua API:
[ardour.git] / libs / ardour / session_handle.cc
index e9284b7c9849e431936253a043edff1f5cab61a5..0cf0f6d1b12baa299e98b6dc6e299860833e6b15 100644 (file)
@@ -19,8 +19,8 @@
 
 #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"
 
@@ -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 session deletion! Dynamic type: %1 @ %2",
                               PBD::demangled_name (*this), this))
             << endl;
+#endif
 }