X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0c2dd51124cc3f46d60aee55a43b5da17cf33d2a..7a0c355466d01a81f953e8529a8d76751a2964ac:/include/xbt/sysdep.h diff --git a/include/xbt/sysdep.h b/include/xbt/sysdep.h index 969e0b84f3..63a4bbce11 100644 --- a/include/xbt/sysdep.h +++ b/include/xbt/sysdep.h @@ -40,10 +40,10 @@ XBT_ATTRIB_NORETURN XBT_PUBLIC void xbt_abort(void); * * The message is handled by a CRITICAL logging request, and may consist of a format string with arguments. */ -#define xbt_die(...) \ - do { \ - XBT_CCRITICAL(xbt, __VA_ARGS__); \ - xbt_abort(); \ +#define xbt_die(...) \ + do { \ + XBT_CCRITICAL(root, __VA_ARGS__); \ + xbt_abort(); \ } while (0) /** @} */