X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/079430e8e9a8c4d60400b43bc490276511840b2c..f968cbbb699423fa252994ff42de77f8671ac7eb:/src/xbt/ex.cpp diff --git a/src/xbt/ex.cpp b/src/xbt/ex.cpp index add5c21d91..ac0b6de577 100644 --- a/src/xbt/ex.cpp +++ b/src/xbt/ex.cpp @@ -40,7 +40,7 @@ void _xbt_throw(char* message, xbt_errcat_t errcat, int value, const char* file, /** @brief shows an exception content and the associated stack if available */ void xbt_ex_display(xbt_ex_t * e) { - simgrid::xbt::logException(xbt_log_priority_critical, "UNCAUGHT EXCEPTION", *e); + simgrid::xbt::log_exception(xbt_log_priority_critical, "UNCAUGHT EXCEPTION", *e); } /** \brief returns a short name for the given exception category */