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