summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2017-08-02 18:20:55 +0200
committerDebarshi Ray <debarshir@gnome.org>2017-08-02 21:51:25 +0200
commitbfca096fae9dec871f7d07bfbae2fa5427a298fa (patch)
treebabc40455e2c617ba6df4e6d8b696197d00f0126
parentfca8cbc6b5ea1cb642d6e857b1536cc4a4d65152 (diff)
downloadgnome-online-accounts-wip/rishi/facebook.tar.gz
todoist: Make the WARNINGs consistent with other providerswip/rishi/facebook
-rw-r--r--src/goabackend/goatodoistprovider.c2
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,