summaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2012-04-02 17:27:54 +0100
committerRichard Hughes <richard@hughsie.com>2012-04-02 17:27:54 +0100
commitb0985cecd057e184bd797a8004b3d5f26d525efc (patch)
tree1284fde6f2a5e6403d18268a092f14ee583f2e81 /backends
parent6b2a71b2e62e633c35a672e43864d261bdf78d37 (diff)
zif: Do not use Message(untrusted-package)
Diffstat (limited to 'backends')
-rw-r--r--backends/zif/pk-backend-zif.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/backends/zif/pk-backend-zif.c b/backends/zif/pk-backend-zif.c
index dcfd8b91..10619468 100644
--- a/backends/zif/pk-backend-zif.c
+++ b/backends/zif/pk-backend-zif.c
@@ -3626,13 +3626,6 @@ pk_backend_run_transaction (PkBackend *backend, ZifState *state)
(gpointer)pk_info_enum_to_string (PK_INFO_ENUM_UNTRUSTED));
g_ptr_array_add (untrusted_array,
package);
-
- /* ignore the trusted auth step */
- pk_backend_message (backend,
- PK_MESSAGE_ENUM_UNTRUSTED_PACKAGE,
- "The package %s has trust %s",
- zif_package_get_printable (package),
- zif_package_trust_kind_to_string (trust_kind));
}
}
state_local = zif_state_get_child (state);