X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/079430e8e9a8c4d60400b43bc490276511840b2c..3386cb2452dc4e2d3a0b58989e0e2bc445c3f4bb:/src/xbt/ex.cpp diff --git a/src/xbt/ex.cpp b/src/xbt/ex.cpp index add5c21d91..76f083755e 100644 --- a/src/xbt/ex.cpp +++ b/src/xbt/ex.cpp @@ -40,10 +40,10 @@ 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 */ +/** @brief returns a short name for the given exception category */ const char *xbt_ex_catname(xbt_errcat_t cat) { switch (cat) {