mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-16 10:50:43 +03:00
main: Tweak GPG output to match rpm-ostree
This commit is contained in:
parent
a6bbcf2ba7
commit
60ebec770e
@ -395,7 +395,8 @@ ostree_print_gpg_verify_result (OstreeGpgVerifyResult *result)
|
||||
n_sigs = ostree_gpg_verify_result_count_all (result);
|
||||
|
||||
/* XXX If we ever add internationalization, use ngettext() here. */
|
||||
g_print ("Found %u signature%s:\n", n_sigs, n_sigs == 1 ? "" : "s");
|
||||
g_print ("GPG: Verification enabled, found %u signature%s:\n",
|
||||
n_sigs, n_sigs == 1 ? "" : "s");
|
||||
|
||||
buffer = g_string_sized_new (256);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user