From bc5bbb7265a7d4d3905efd2cbc75a4cb5691ceb8 Mon Sep 17 00:00:00 2001 From: "graham.gower" Date: Tue, 9 Feb 2010 22:39:11 +0000 Subject: [PATCH] Make the error message easier to read for multiple unsatisfied dependencies. git-svn-id: http://opkg.googlecode.com/svn/trunk@520 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- libopkg/opkg_install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libopkg/opkg_install.c b/libopkg/opkg_install.c index 779950e..484c9e9 100644 --- a/libopkg/opkg_install.c +++ b/libopkg/opkg_install.c @@ -58,7 +58,7 @@ satisfy_dependencies_for(pkg_t *pkg) pkg->name); tmp = unresolved; while (*unresolved) { - opkg_msg(ERROR, "\t%s", *unresolved); + opkg_message(ERROR, "\t%s", *unresolved); free(*unresolved); unresolved++; } -- 2.25.1