diff options
author | graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2010-03-04 17:47:57 (EST) |
---|---|---|
committer | graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2010-03-04 17:47:57 (EST) |
commit | 631201787e18b0e6b0d4e619d3830ecf37ec1166 (patch) | |
tree | 7fb0d4dd922e6d7923f5864b08929cf411a70767 /libopkg | |
parent | a0a16af643080a92f16328e868d881fcc0443d0d (diff) |
Downgrade message from ERROR to NOTICE.
This is a normal condition for feeds which supply multiple target
architectures, as pointed out by Koen Kooi.
git-svn-id: http://opkg.googlecode.com/svn/trunk@525 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg')
-rw-r--r-- | libopkg/pkg_hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/pkg_hash.c b/libopkg/pkg_hash.c index 5850082..a7e3f52 100644 --- a/libopkg/pkg_hash.c +++ b/libopkg/pkg_hash.c @@ -107,7 +107,7 @@ pkg_hash_add_from_file(const char *file_name, if (!pkg->architecture || !pkg->arch_priority) { char *version_str = pkg_version_str_alloc(pkg); - opkg_msg(ERROR, "Package %s version %s has no " + opkg_msg(NOTICE, "Package %s version %s has no " "valid architecture, ignoring.\n", pkg->name, version_str); free(version_str); |