param: report open failure

This commit is contained in:
Lorenz Meier 2015-09-12 16:57:50 +02:00
parent 63f9a1e609
commit 4fb6e135d6
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ do_load(const char *param_file_name)
int fd = open(param_file_name, O_RDONLY);
if (fd < 0) {
warn("open '%s'", param_file_name);
warn("open failed '%s'", param_file_name);
return 1;
}