Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Slightly change the sleep duration.
[simgrid.git] / examples / simdag / dot / dot_test.c
index 4456c2f1f1cca2d941de6fc87d2c6050291d1edc..e5863347a9d368cd9d6075bf7d4e3cbb095fb1b5 100644 (file)
@@ -39,7 +39,7 @@ int main(int argc, char **argv)
   /* load the DOT file */
   dot = SD_dotload(argv[2]);
   if(dot == NULL){
-    XBT_CRITICAL("No dot load may be you have a cycle in your graph");
+    XBT_CRITICAL("No dot loaded. Do you have a cycle in your graph?");
     SD_exit();
     exit(2);
   }