]> git.ipfire.org Git - pakfire.git/commitdiff
build: Do not log skipped dependencies
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 Dec 2022 17:03:16 +0000 (17:03 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 Dec 2022 17:03:16 +0000 (17:03 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/build.c

index f3b61f07b118077fb0a4d2c830f7d03f65b7b0e0..a26e2499c796b83a0f7eae5603a59c55b47b426b 100644 (file)
@@ -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;
                                }