[gnome-keyring] Change warning on bad certificate data to a simple message.
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring] Change warning on bad certificate data to a simple message.
- Date: Wed, 9 Mar 2011 09:30:31 +0000 (UTC)
commit ced422b8770ba321ae0c3271b8344ee031d55748
Author: Stef Walter <stefw collabora co uk>
Date: Wed Mar 9 10:29:55 2011 +0100
Change warning on bad certificate data to a simple message.
pkcs11/gkm/gkm-certificate.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pkcs11/gkm/gkm-certificate.c b/pkcs11/gkm/gkm-certificate.c
index 866e703..256c747 100644
--- a/pkcs11/gkm/gkm-certificate.c
+++ b/pkcs11/gkm/gkm-certificate.c
@@ -380,7 +380,7 @@ gkm_certificate_real_load (GkmSerializable *base, GkmSecret *login, gconstpointe
/* Parse the ASN1 data */
res = gkm_data_der_read_certificate (copy, n_data, &asn1);
if (res != GKM_DATA_SUCCESS) {
- g_warning ("couldn't parse certificate data");
+ g_message ("couldn't parse certificate data");
g_free (copy);
return FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]