From d9150d59a75023bc996a101208e4eb28fbe4ec56 Mon Sep 17 00:00:00 2001 From: "graham.gower" Date: Thu, 17 Dec 2009 06:42:16 +0000 Subject: [PATCH] Print \n where needed. git-svn-id: http://opkg.googlecode.com/svn/trunk@494 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- libopkg/opkg.c | 1 + libopkg/opkg_install.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/libopkg/opkg.c b/libopkg/opkg.c index 2321092..a8f85a9 100644 --- a/libopkg/opkg.c +++ b/libopkg/opkg.c @@ -299,6 +299,7 @@ opkg_install_package(const char *package_name, } free(unresolved); pkg_vec_free(deps); + opkg_message(ERROR, "\n"); return -1; } diff --git a/libopkg/opkg_install.c b/libopkg/opkg_install.c index 94d6188..020b691 100644 --- a/libopkg/opkg_install.c +++ b/libopkg/opkg_install.c @@ -63,7 +63,7 @@ satisfy_dependencies_for(pkg_t *pkg) unresolved++; } free(tmp); - opkg_msg(ERROR, "\n"); + opkg_message(ERROR, "\n"); if (! conf->force_depends) { opkg_msg(INFO, "This could mean that your package list is out of date or that the packages\n" -- 2.25.1