Sfoglia il codice sorgente

src/core/perfmodel/perfmodel_history.c: be more specific in the error message

Nathalie Furmento 13 anni fa
parent
commit
b794209320
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/core/perfmodel/perfmodel_history.c

+ 2 - 1
src/core/perfmodel/perfmodel_history.c

@@ -869,7 +869,8 @@ int starpu_perfmodel_list(FILE *output)
         }
         else
 	{
-                perror("Couldn't open the directory");
+		_STARPU_DISP("Could not open the perfmodel directory <%s>\n", path);
+                perror("Error");
                 return 1;
         }
 }