lib/repo_pkgdeps.c: add missing \n in debug printfs.

This commit is contained in:
Juan RP 2015-11-13 16:28:59 +01:00
parent 2202482e0e
commit e0ce5641a3

View File

@ -238,6 +238,7 @@ find_repo_deps(struct xbps_handle *xhp,
if (xbps_dictionary_get(curpkgd, "hold")) {
xbps_dbg_printf_append(xhp, " on hold state! ignoring package.\n");
} else {
xbps_dbg_printf_append(xhp, "\n");
reason = "install";
}
} else {
@ -245,6 +246,7 @@ find_repo_deps(struct xbps_handle *xhp,
if (xbps_dictionary_get(curpkgd, "hold")) {
xbps_dbg_printf_append(xhp, " on hold state! ignoring package.\n");
} else {
xbps_dbg_printf_append(xhp, "\n");
reason = "update";
}
}