Its end-of-life, not end-of-line

Closes: #1643
Approved by: alexlarsson
This commit is contained in:
Alexander Larsson
2018-05-03 13:06:34 +02:00
committed by Atomic Bot
parent bdc8b71bbd
commit 2bc301261e

View File

@@ -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);
}
}