From: Leo-Andres Hofmann Date: Mon, 18 Jul 2022 16:48:54 +0000 (+0200) Subject: pakfire/functions.pl: Adjust log level X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=950d00b2c2b930921a1b7d52a2c149592ac9f5f4;p=people%2Fstevee%2Fipfire-2.x.git 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 --- 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."); } }