Print \n where needed.
[oweals/opkg-lede.git] / libopkg / opkg.c
index 2321092e9f484efadbc38d2fe1f346d53594fb91..a8f85a95fb21f86e4c1518091737b68fc6d446da 100644 (file)
@@ -299,6 +299,7 @@ opkg_install_package(const char *package_name,
                }
                free(unresolved);
                pkg_vec_free(deps);
+               opkg_message(ERROR, "\n");
                return -1;
        }