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")) {
|
||||
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";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user