[gnome-software: 1/6] flatpak: Tweak wording in a debug message
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software: 1/6] flatpak: Tweak wording in a debug message
- Date: Thu, 3 Dec 2020 14:35:51 +0000 (UTC)
commit 4fa6e6659e2f559b9544e89b5fd0042abfec8ca1
Author: Phaedrus Leeds <mwleeds endlessos org>
Date: Wed Nov 4 12:24:06 2020 -0800
flatpak: Tweak wording in a debug message
See https://github.com/flatpak/flatpak/commit/0772ab6c9fe7e956f200feaed508179270670873
plugins/flatpak/gs-flatpak-transaction.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/flatpak/gs-flatpak-transaction.c b/plugins/flatpak/gs-flatpak-transaction.c
index ffff22e7..928a0863 100644
--- a/plugins/flatpak/gs-flatpak-transaction.c
+++ b/plugins/flatpak/gs-flatpak-transaction.c
@@ -703,7 +703,7 @@ _transaction_end_of_lifed (FlatpakTransaction *transaction,
const gchar *rebase)
{
if (rebase) {
- g_printerr ("%s is end-of-life, in preference of %s\n", ref, rebase);
+ g_printerr ("%s is end-of-life, in favor of %s\n", ref, rebase);
} else if (reason) {
g_printerr ("%s is end-of-life, with reason: %s\n", ref, reason);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]