Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
No need to be in cmake 2.8
[simgrid.git] / teshsuite / simdag / basic0.c
index 69c5821..3830db3 100644 (file)
@@ -52,7 +52,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;