diff options
author | ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2008-12-15 00:21:47 (EST) |
---|---|---|
committer | ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2008-12-15 00:21:47 (EST) |
commit | 38171e005d8bc496389bccdf8b9f8449b7b227a5 (patch) | |
tree | 80dc0adcb306ca6a47efaff13b2e730a24cc2fa2 /libopkg | |
parent | 8c9c7528c65a2e5c9ba7e92521e00fa04052131e (diff) |
opkg: update error message
git-svn-id: http://opkg.googlecode.com/svn/trunk@129 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg')
-rw-r--r-- | libopkg/pkg_hash.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libopkg/pkg_hash.c b/libopkg/pkg_hash.c index 917f433..a276628 100644 --- a/libopkg/pkg_hash.c +++ b/libopkg/pkg_hash.c @@ -257,8 +257,7 @@ pkg_t *pkg_hash_fetch_best_installation_candidate(opkg_conf_t *conf, abstract_pk if (vec->len > 0 && matching_pkgs->len < 1) { - opkg_message (conf, OPKG_ERROR, " Packages found, but none available for the current " - "architecture\n"); + opkg_message (conf, OPKG_ERROR, "Packages were found, but none compatible with the architectures configured\n"); if (err) *err = OPKG_PKG_HAS_NO_AVAILABLE_ARCH; } |