Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use new style logging macros.
[simgrid.git] / teshsuite / simdag / basic5.c
index 2b3a6c9..dcb3ac4 100644 (file)
@@ -50,7 +50,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;