[seahorse] Don't do a warning when key server uri scheme not supported.
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse] Don't do a warning when key server uri scheme not supported.
- Date: Tue, 30 Aug 2011 07:42:24 +0000 (UTC)
commit c0ee067f33ee5eaacd3f3f98b037815b8ef2c007
Author: Stef Walter <stefw collabora co uk>
Date: Mon Aug 29 12:58:21 2011 +0200
Don't do a warning when key server uri scheme not supported.
* Instead a message since this is external stimuli.
pgp/seahorse-server-source.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pgp/seahorse-server-source.c b/pgp/seahorse-server-source.c
index 8dd57b7..1792a5b 100644
--- a/pgp/seahorse-server-source.c
+++ b/pgp/seahorse-server-source.c
@@ -360,7 +360,7 @@ seahorse_server_source_new (const gchar *server)
} else
#endif /* WITH_HKP */
- g_warning ("unsupported key server uri scheme: %s", scheme);
+ g_message ("unsupported key server uri scheme: %s", scheme);
}
g_free (uri);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]