summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_install.c
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-12-17 01:42:16 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-12-17 01:42:16 (EST)
commitd9150d59a75023bc996a101208e4eb28fbe4ec56 (patch)
treea1233f49f9c02ffd908c008f4ccb050a1929fade /libopkg/opkg_install.c
parent29208c4e40c475b544011681c3d735e4d46e88b2 (diff)
Print \n where needed.
git-svn-id: http://opkg.googlecode.com/svn/trunk@494 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/opkg_install.c')
-rw-r--r--libopkg/opkg_install.c2
1 files changed, 1 insertions, 1 deletions
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"