X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8614314e15433c18f67638fdcb519a12608e49c2..a4d071afeab4b3ff0a50eefbf48a391d4e8978aa:/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 c5f6f0a7b5..dd9c606771 100644 --- a/teshsuite/xbt/log_usage/log_usage.c +++ b/teshsuite/xbt/log_usage/log_usage.c @@ -1,6 +1,6 @@ /* log_usage - A test of normal usage of the log facilities */ -/* Copyright (c) 2004-2007, 2009-2014. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -8,8 +8,7 @@ #include "xbt.h" -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(test, top, - "Logging specific to this test"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(test, top, "Logging specific to this test"); XBT_LOG_NEW_CATEGORY(top, "Useless test channel"); static void dolog(const char *settings) @@ -22,7 +21,6 @@ static void dolog(const char *settings) XBT_CRITICAL("false alarm%s%s%s%s%s%s", "", "", "", "", "", "!"); } - int main(int argc, char **argv) { xbt_init(&argc, argv);