Преглед изворни кода

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

Nathalie Furmento пре 13 година
родитељ
комит
b794209320
1 измењених фајлова са 2 додато и 1 уклоњено
  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;
         }
 }