Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add debug line (level 1) for ssh://
Baptiste Daroussin committed 12 years ago
commit 99929dea9e434f5891c2f0a31dc9c3c0e373b935
parent 036b8c2
1 file changed +1 -0
modified libpkg/fetch.c
@@ -142,6 +142,7 @@ start_ssh(struct pkg_repo *repo, struct url *u, off_t *sz)
		sbuf_cat(cmd, u->host);
		sbuf_printf(cmd, " pkg ssh");
		sbuf_finish(cmd);
+
		pkg_debug(1, "Fetch: running '%s'", sbuf_data(cmd));
		if ((repo->ssh = popen(sbuf_data(cmd), "r+")) == NULL) {
			pkg_emit_errno("popen", "ssh");
			sbuf_delete(cmd);