Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use new style logging macros.
[simgrid.git] / teshsuite / simdag / basic6.c
index e2516dd..4cbf28b 100644 (file)
@@ -32,7 +32,7 @@ int main(int argc, char **argv)
 
   SD_simulate(-1.0);
 
-  INFO1("Simulation time: %f", SD_get_clock());
+  XBT_INFO("Simulation time: %f", SD_get_clock());
 
   SD_exit();
   return 0;