expose more info from plugin-strip (for GUI display)
[ardour.git] / libs / ardour / session_handle.cc
index 461b1a924989e7504cb9de7f2fffc381eee74776..99358dad0344f051089061627022b768204b9e25 100644 (file)
@@ -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 @ %2",
+               string_compose("SessionHandleRef exists across session deletion! Dynamic type: %1 @ %2",
                               PBD::demangled_name (*this), this))
             << endl;
+#endif
 }