From 38171e005d8bc496389bccdf8b9f8449b7b227a5 Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Mon, 15 Dec 2008 05:21:47 +0000 Subject: [PATCH] opkg: update error message git-svn-id: http://opkg.googlecode.com/svn/trunk@129 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- libopkg/pkg_hash.c | 3 +-- 1 file changed, 1 insertion(+), 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; } -- 2.25.1