- Fix process callbakc handling during export
[ardour.git] / libs / audiographer / audiographer / threader.h
index e6c3aa97bfae48773bb380e854c62fb6a2ce1d0e..ad6a54212627e32091fa7d7cbe95b779afc0ae9c 100644 (file)
@@ -23,7 +23,8 @@ class ThreaderException : public Exception
        ThreaderException (T const & thrower, std::exception const & e)
                : Exception (thrower,
                        boost::str ( boost::format
-                       ("\n\t- Dynamic type: %1%\n\t- what(): %2%") % name (e) % e.what() ))
+                       ("\n\t- Dynamic type: %1%\n\t- what(): %2%")
+                       % DebugUtils::demangled_name (e) % e.what() ))
        { }
 };