lib/repo_pkgdeps.c: add missing \n in debug printfs.
This commit is contained in:
parent
2202482e0e
commit
e0ce5641a3
@ -238,6 +238,7 @@ find_repo_deps(struct xbps_handle *xhp,
|
|||||||
if (xbps_dictionary_get(curpkgd, "hold")) {
|
if (xbps_dictionary_get(curpkgd, "hold")) {
|
||||||
xbps_dbg_printf_append(xhp, " on hold state! ignoring package.\n");
|
xbps_dbg_printf_append(xhp, " on hold state! ignoring package.\n");
|
||||||
} else {
|
} else {
|
||||||
|
xbps_dbg_printf_append(xhp, "\n");
|
||||||
reason = "install";
|
reason = "install";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@ -245,6 +246,7 @@ find_repo_deps(struct xbps_handle *xhp,
|
|||||||
if (xbps_dictionary_get(curpkgd, "hold")) {
|
if (xbps_dictionary_get(curpkgd, "hold")) {
|
||||||
xbps_dbg_printf_append(xhp, " on hold state! ignoring package.\n");
|
xbps_dbg_printf_append(xhp, " on hold state! ignoring package.\n");
|
||||||
} else {
|
} else {
|
||||||
|
xbps_dbg_printf_append(xhp, "\n");
|
||||||
reason = "update";
|
reason = "update";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user