xbps-bin: improve an error message.
--HG-- extra : convert_revision : 320c701425920003c1eaf498515c32f5d46c57aa
This commit is contained in:
parent
9b3481a3b6
commit
2b70f95033
|
@ -101,7 +101,7 @@ getrepolist_dict(void)
|
|||
|
||||
dict = prop_dictionary_internalize_from_file(XBPS_REPOLIST_PATH);
|
||||
if (dict == NULL) {
|
||||
printf("cannot find repository list file: %s\n",
|
||||
printf("ERROR: cannot find repository plist file (%s).\n",
|
||||
strerror(errno));
|
||||
exit(EINVAL);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue