From 2b70f9503315350484b5f9384edb75373dd343cd Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 21 Dec 2008 02:20:21 +0100 Subject: [PATCH] xbps-bin: improve an error message. --HG-- extra : convert_revision : 320c701425920003c1eaf498515c32f5d46c57aa --- utils/xbps-bin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/xbps-bin.c b/utils/xbps-bin.c index b41b43c10ff..ea87a9a0a81 100644 --- a/utils/xbps-bin.c +++ b/utils/xbps-bin.c @@ -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); }