]> git.ipfire.org Git - pakfire.git/commitdiff
file: Silence a message that an interpreter has been found
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Sep 2023 13:38:38 +0000 (13:38 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Sep 2023 17:00:55 +0000 (17:00 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/file.c

index 5655b4b7190cb16c6baf92472f387bd6724c44fc..80b0eee4eac1d4ab33587a6deec2c556c13f3190 100644 (file)
@@ -2492,7 +2492,7 @@ static int pakfire_file_fix_interpreter(struct pakfire_file* file, const char* i
                                if (*p)
                                        args = p;
 
-                               ERROR(file->pakfire, "%s: Found command %s (%s)\n", path, interpreter, args);
+                               DEBUG(file->pakfire, "%s: Found command %s (%s)\n", path, interpreter, args);
 
                                // Find the real path
                                r = pakfire_which(file->pakfire, command, interpreter);