Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics in an error message
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 6 Oct 2013 13:05:55 +0000 (15:05 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 6 Oct 2013 13:05:55 +0000 (15:05 +0200)
examples/simdag/dot/dot_test.c

index 4456c2f..e586334 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);
   }