summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/opkg.c')
-rw-r--r--libopkg/opkg.c1
1 files changed, 1 insertions, 0 deletions
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;
}