Explorar o código

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

Nathalie Furmento %!s(int64=13) %!d(string=hai) anos
pai
achega
b794209320
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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;
         }
 }