Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove a message that is never useful
Baptiste Daroussin committed 7 years ago
commit 8e1edf3f49c520191ffe81b08d3f065c9d50d796
parent ed650c7
1 file changed +0 -4
modified libpkg/repo/binary/init.c
@@ -328,10 +328,6 @@ pkg_repo_binary_open(struct pkg_repo *repo, unsigned mode)

	/* Always want read mode here */
	if (faccessat(dbdirfd, filepath, R_OK | mode, 0) != 0) {
-
		pkg_emit_error("Repository %s load error: "
-
				"access repo file(%s) failed: %s", pkg_repo_name(repo),
-
				filepath,
-
				strerror(errno));
		return (EPKG_ENOACCESS);
	}