From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH] pakfire/functions.pl: Adjust log level Date: Tue, 19 Jul 2022 16:06:37 +0200 Message-ID: In-Reply-To: <20220718164854.485-1-hofmann@leo-andres.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2751936550148231287==" List-Id: --===============2751936550148231287== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Adolf Belka On 18/07/2022 18:48, Leo-Andres Hofmann wrote: > 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 > --- > 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 24c55fd4a..505988af9 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"); > =20 > } 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."); > } > } > =20 --=20 Sent from my laptop --===============2751936550148231287==--