libxbps: improve debug messages again.

This commit is contained in:
Juan RP
2015-01-21 11:39:45 +01:00
parent f11dc1a7b1
commit cbf1cfe0f5
3 changed files with 3 additions and 5 deletions

View File

@ -200,7 +200,7 @@ find_repo_deps(struct xbps_handle *xhp,
}
free(pkgname);
/* Required dependency not installed */
xbps_dbg_printf_append(xhp, "not installed ");
xbps_dbg_printf_append(xhp, "not installed.\n");
reason = "install";
state = XBPS_PKG_STATE_NOT_INSTALLED;
} else {