From: Michael Tremer Date: Tue, 26 Sep 2023 13:38:38 +0000 (+0000) Subject: file: Silence a message that an interpreter has been found X-Git-Tag: 0.9.30~1636 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6541e00877c67392a233535bd593425219bf6f12;p=pakfire.git file: Silence a message that an interpreter has been found Signed-off-by: Michael Tremer --- diff --git a/src/libpakfire/file.c b/src/libpakfire/file.c index 5655b4b71..80b0eee4e 100644 --- a/src/libpakfire/file.c +++ b/src/libpakfire/file.c @@ -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);