From: ticktock35 Date: Mon, 15 Dec 2008 05:21:47 +0000 (+0000) Subject: opkg: update error message X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=commitdiff_plain;h=38171e005d8bc496389bccdf8b9f8449b7b227a5 opkg: update error message git-svn-id: http://opkg.googlecode.com/svn/trunk@129 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- 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; }