]> git.ipfire.org Git - pakfire.git/commitdiff
FHS: Silence a warning as it gets in the way of the progress bar
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 19 Mar 2023 19:25:57 +0000 (19:25 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 19 Mar 2023 19:25:57 +0000 (19:25 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/fhs.c

index 971e783fdc5be07d1bcefd2f35b0fcc644a5ad3d..95acb11c51bb07f53f8e8f8b1e144aa931a94a04 100644 (file)
@@ -348,7 +348,7 @@ int pakfire_fhs_check_file(struct pakfire* pakfire, struct pakfire_file* file) {
 
        // Should this file exist at all?
        if (check->flags & PAKFIRE_FHS_MUSTNOTEXIST) {
-               ERROR(pakfire, "%s must not exist here\n", path);
+               DEBUG(pakfire, "%s must not exist here\n", path);
                return 1;
        }