Add a printf for previous to know when that happens.
--HG-- extra : convert_revision : 9d716b7906f2ef7226afb608361e1286f45ce355
This commit is contained in:
parent
a9479ad75a
commit
ceca72fca9
@ -194,6 +194,8 @@ files:
|
||||
"sha256", &sha256);
|
||||
rv = xbps_check_file_hash(path, sha256);
|
||||
if (rv == ENOENT) {
|
||||
printf("WARNING: '%s' doesn't exist!\n",
|
||||
file);
|
||||
free(path);
|
||||
continue;
|
||||
} else if (rv == ERANGE) {
|
||||
|
Loading…
Reference in New Issue
Block a user