From: Michael Tremer Date: Mon, 12 Dec 2022 17:03:16 +0000 (+0000) Subject: build: Do not log skipped dependencies X-Git-Tag: 0.9.29~431 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4175955ead0d6534a36c5b5af9400aa797e40a62;p=pakfire.git build: Do not log skipped dependencies Signed-off-by: Michael Tremer --- diff --git a/src/libpakfire/build.c b/src/libpakfire/build.c index f3b61f07b..a26e2499c 100644 --- a/src/libpakfire/build.c +++ b/src/libpakfire/build.c @@ -304,7 +304,7 @@ static int pakfire_build_process_deps(struct pakfire* pakfire, // Filter out any dependencies that are provided by this package if (ctx->dep == PAKFIRE_PKG_REQUIRES) { if (pakfire_package_matches_dep(ctx->pkg, PAKFIRE_PKG_PROVIDES, buffer)) { - ERROR(pakfire, + DEBUG(pakfire, "Skipping dependency that is provided by the package itself: %s\n", buffer); return 0; }