mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
xbps-bin: improve an error message.
--HG-- extra : convert_revision : 320c701425920003c1eaf498515c32f5d46c57aa
This commit is contained in:
parent
9b3481a3b6
commit
2b70f95033
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue