mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-19 15:37:11 -04:00
Its end-of-life, not end-of-line
Closes: #1643 Approved by: alexlarsson
This commit is contained in:
committed by
Atomic Bot
parent
bdc8b71bbd
commit
2bc301261e
@@ -894,11 +894,11 @@ flatpak_transaction_run (FlatpakTransaction *self,
|
||||
|
||||
if (eol_rebase)
|
||||
{
|
||||
g_printerr ("Warning: %s is end-of-line, in preference of %s\n", op->ref, eol_rebase);
|
||||
g_printerr ("Warning: %s is end-of-life, in preference of %s\n", op->ref, eol_rebase);
|
||||
}
|
||||
else if (eol)
|
||||
{
|
||||
g_printerr ("Warning: %s is end-of-line, with reason: %s\n", op->ref, eol);
|
||||
g_printerr ("Warning: %s is end-of-life, with reason: %s\n", op->ref, eol);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user