소스 검색

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;
         }
 }