Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
actually, I have some more gitignore files
[simgrid.git] / testsuite / xbt / log_usage.c
index 199a857..80a2160 100644 (file)
@@ -36,10 +36,11 @@ int main(int argc, char **argv) {
   xbt_init(&argc,argv);
 
   dolog("");
-  dolog("test.thres:info root.thres:info");
-  dolog("test.thres:debug");
-  dolog("test.thres:verbose root.thres:error");
-  dolog("test.thres:critical");
+  dolog(" ");
+  dolog(" test.thres:info root.thres:info  ");
+  dolog(" test.thres:debug ");
+  dolog(" test.thres:verbose root.thres:error ");
+  dolog(" test.thres:critical ");
   
   xbt_exit();
   return 0;