X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/649e8032974d045864c789e291320f61bdce482f..df278c2d5978eeee48427b054927b67ed9b19750:/testsuite/xbt/log_usage.c diff --git a/testsuite/xbt/log_usage.c b/testsuite/xbt/log_usage.c index e6f50724a3..81f004f7e3 100644 --- a/testsuite/xbt/log_usage.c +++ b/testsuite/xbt/log_usage.c @@ -13,7 +13,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(test, top,"Logging specific to this test"); XBT_LOG_NEW_CATEGORY(top,"Useless test channel"); int main(int argc, char **argv) { - xbt_init_defaultlog(&argc,argv,"root.thresh=debug log.thresh=debug"); + xbt_init(&argc,argv); DEBUG1("val=%d", 1); WARN1("val=%d", 2);