X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1957cbeaedc9d28cea7839684d82ac8454cc8bef..2d9a78430cb77fc81707232b805e68931dbf699c:/teshsuite/xbt/log_usage/log_usage.c diff --git a/teshsuite/xbt/log_usage/log_usage.c b/teshsuite/xbt/log_usage/log_usage.c index dd9c606771..e417d93c6d 100644 --- a/teshsuite/xbt/log_usage/log_usage.c +++ b/teshsuite/xbt/log_usage/log_usage.c @@ -6,7 +6,8 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#include "xbt.h" +#include +#include XBT_LOG_NEW_DEFAULT_SUBCATEGORY(test, top, "Logging specific to this test"); XBT_LOG_NEW_CATEGORY(top, "Useless test channel"); @@ -23,7 +24,7 @@ static void dolog(const char *settings) int main(int argc, char **argv) { - xbt_init(&argc, argv); + MSG_init(&argc, argv); dolog(""); dolog(" ");