Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
triggers: remove debug
Baptiste Daroussin committed 2 years ago
commit 617e0f01f158288929794bccc02d56bb538c1767
parent 7258e98
1 file changed +0 -1
modified libpkg/triggers.c
@@ -134,7 +134,6 @@ trigger_load(int dfd, const char *name, bool cleanup_only, ucl_object_t *schema)
	fd = openat(dfd, name, O_RDONLY);
	if (fd == -1) {
		pkg_emit_error("Unable to open the tigger: %s", name);
-
		pkg_emit_errno("plop", name);
		return (NULL);
	}