X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0e9c0448c6566825b170b98ecff716b098bda10e..49e85177c669d793e84242983a1b1f430e47184e:/testsuite/xbt/log_usage.c diff --git a/testsuite/xbt/log_usage.c b/testsuite/xbt/log_usage.c index ebc77e469a..e5b41e1ef1 100644 --- a/testsuite/xbt/log_usage.c +++ b/testsuite/xbt/log_usage.c @@ -1,6 +1,6 @@ /* log_usage - A test of normal usage of the log facilities */ -/* Copyright (c) 2004-2007, 2009-2012. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -38,7 +38,9 @@ int main(int argc, char **argv) dolog(""); dolog(" "); dolog(" test.thres:info root.thres:info "); +#ifndef NDEBUG dolog(" test.thres:debug "); +#endif dolog(" test.thres:verbose root.thres:error "); dolog(" test.thres:critical ");