Parcourir la source

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

Nathalie Furmento il y a 13 ans
Parent
commit
b794209320
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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;
         }
 }