[gnome-online-accounts] todoist: Make the WARNINGs consistent with other providers



commit 886a477c9707e2d7fd18033fc191609e7ced796a
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Aug 2 18:20:55 2017 +0200

    todoist: Make the WARNINGs consistent with other providers

 src/goabackend/goatodoistprovider.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/goabackend/goatodoistprovider.c b/src/goabackend/goatodoistprovider.c
index 0995a99..0fff0b7 100644
--- a/src/goabackend/goatodoistprovider.c
+++ b/src/goabackend/goatodoistprovider.c
@@ -226,7 +226,7 @@ get_identity_sync (GoaOAuth2Provider  *oauth2_provider,
   json_object_user = json_object_get_object_member (json_object, "user");
   if (!json_object_has_member (json_object_user, "email"))
     {
-      g_warning ("Did not find email in JSON data");
+      g_warning ("Did not find user.email in JSON data");
       g_set_error (error,
                    GOA_ERROR,
                    GOA_ERROR_FAILED,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]