]> AND Public Git Repository - simgrid.git/blobdiff - examples/simdag/dot/dot_test.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove leaks introduced by previous commit. Ressource::getProperty
[simgrid.git] / examples / simdag / dot / dot_test.c
index 4456c2f1f1cca2d941de6fc87d2c6050291d1edc..6f62578c4a2c9a84867600b753d665ea886be230 100644 (file)
@@ -1,6 +1,6 @@
 /* simple test trying to load a DOT file.                                   */
 
-/* Copyright (c) 2010-2013. The SimGrid Team.
+/* Copyright (c) 2010-2014. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -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);
   }