* [PATCH] pakfire/functions.pl: Adjust log level
@ 2022-07-18 16:48 Leo-Andres Hofmann
2022-07-19 14:06 ` Adolf Belka
0 siblings, 1 reply; 2+ messages in thread
From: Leo-Andres Hofmann @ 2022-07-18 16:48 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 923 bytes --]
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(a)ipfire.org>
Signed-off-by: Leo-Andres Hofmann <hofmann(a)leo-andres.de>
---
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");
} 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.27.0.windows.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] pakfire/functions.pl: Adjust log level
2022-07-18 16:48 [PATCH] pakfire/functions.pl: Adjust log level Leo-Andres Hofmann
@ 2022-07-19 14:06 ` Adolf Belka
0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2022-07-19 14:06 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1085 bytes --]
Reviewed-by: Adolf Belka <adolf.belka(a)ipfire.org>
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 <matthias.fischer(a)ipfire.org>
> Signed-off-by: Leo-Andres Hofmann <hofmann(a)leo-andres.de>
> ---
> 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");
>
> } 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.");
> }
> }
>
--
Sent from my laptop
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-19 14:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-18 16:48 [PATCH] pakfire/functions.pl: Adjust log level Leo-Andres Hofmann
2022-07-19 14:06 ` Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox