Add a printf for previous to know when that happens.

--HG--
extra : convert_revision : 9d716b7906f2ef7226afb608361e1286f45ce355
This commit is contained in:
Juan RP 2009-08-09 03:26:56 +02:00
parent a9479ad75a
commit ceca72fca9

View file

@ -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) {