mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 01:42:58 +02:00
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:
committed by
Michael Tremer
parent
c003727a4b
commit
950d00b2c2
@@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user