From 950d00b2c2b930921a1b7d52a2c149592ac9f5f4 Mon Sep 17 00:00:00 2001 From: Leo-Andres Hofmann Date: Mon, 18 Jul 2022 18:48:54 +0200 Subject: [PATCH] pakfire/functions.pl: Adjust log level The informative pakfire message "No new upgrades available. You are on release ..." does not mean that an error has happened. This patch adjusts the log level prefix to "info" accordingly. Reported-by: Matthias Fischer Signed-off-by: Leo-Andres Hofmann Signed-off-by: Michael Tremer --- src/pakfire/lib/functions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pakfire/lib/functions.pl b/src/pakfire/lib/functions.pl index 24c55fd4ae..505988af90 100644 --- a/src/pakfire/lib/functions.pl +++ b/src/pakfire/lib/functions.pl @@ -797,7 +797,7 @@ sub upgradecore { system("echo $core_release > $Conf::coredir/mine"); } else { - message("CORE ERROR: No new upgrades available. You are on release $Conf::core_mine."); + message("CORE INFO: No new upgrades available. You are on release $Conf::core_mine."); } } -- 2.39.5