summaryrefslogtreecommitdiffstats
path: root/libopkg
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg')
-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 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++;
}