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 <matthias.fischer@ipfire.org>
Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Leo-Andres Hofmann
2022-07-18 18:48:54 +02:00
committed by Michael Tremer
parent c003727a4b
commit 950d00b2c2

View File

@@ -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.");
}
}