[gnome-online-accounts/wip/rishi/facebook: 12/14] todoist: Make the WARNINGs consistent with other providers
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts/wip/rishi/facebook: 12/14] todoist: Make the WARNINGs consistent with other providers
- Date: Wed, 2 Aug 2017 19:21:27 +0000 (UTC)
commit 2b34cd8744e603a1b653d168d7287c902e5f9072
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]