Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use new style logging macros.
[simgrid.git] / teshsuite / simdag / basic1.c
index d8b8fc4a093e953a06b1aa74d08a31aba042fab1..24386fe8ed967ce2ce36ed892fb008062e91c707 100644 (file)
@@ -53,7 +53,7 @@ int main(int argc, char **argv)
   SD_task_dependency_add(NULL, NULL, taskInit, taskB);
 
   SD_simulate(-1.0);
-  INFO1("Simulation time: %f", SD_get_clock());
+  XBT_INFO("Simulation time: %f", SD_get_clock());
 
   SD_exit();
   return 0;