X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d3c2900284fa45a77ca4ec49d471a0b6da938be8..798b6c0194977e423e5b0a7a6fe3366afcb753aa:/src/xbt/log.c diff --git a/src/xbt/log.c b/src/xbt/log.c index 7fda9b9136..c2333a7f8a 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -318,7 +318,7 @@ static void _apply_control(xbt_log_category_t cat) { if (cat->threshold <= xbt_log_priority_debug) { s_xbt_log_event_t _log_ev = - {cat,xbt_log_priority_debug,__FILE__,_XBT_GNUC_FUNCTION,__LINE__}; + {cat,xbt_log_priority_debug,__FILE__,_XBT_FUNCTION,__LINE__}; _xbt_log_event_log(&_log_ev, "Apply settings for category '%s': set threshold to %s (=%d)", cat->name, @@ -328,7 +328,7 @@ static void _apply_control(xbt_log_category_t cat) { } if (!found && cat->threshold <= xbt_log_priority_verbose) { s_xbt_log_event_t _log_ev = - {cat,xbt_log_priority_verbose,__FILE__,_XBT_GNUC_FUNCTION,__LINE__}; + {cat,xbt_log_priority_verbose,__FILE__,_XBT_FUNCTION,__LINE__}; _xbt_log_event_log(&_log_ev, "Category '%s': inherited threshold = %s (=%d)", cat->name,