[gnome-online-accounts] imap-auth-login: Silence some warnings



commit 6d45cf65d668592c71c4956ba1de4f9e3bbd7eeb
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Mar 11 18:48:28 2013 +0100

    imap-auth-login: Silence some warnings

 src/goabackend/goaimapauthlogin.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/goabackend/goaimapauthlogin.c b/src/goabackend/goaimapauthlogin.c
index 0d0bb05..c5a2edd 100644
--- a/src/goabackend/goaimapauthlogin.c
+++ b/src/goabackend/goaimapauthlogin.c
@@ -357,7 +357,7 @@ goa_imap_auth_login_run_sync (GoaMailAuth         *_auth,
   output = goa_mail_auth_get_output (_auth);
 
   request = g_strdup_printf ("A001 LOGIN \"%s\" \"%s\"\r\n", auth->username, password);
-  g_debug ("> A001 LOGIN \"********************\" \"********************\"", request);
+  g_debug ("> A001 LOGIN \"********************\" \"********************\"");
   if (!g_data_output_stream_put_string (output, request, cancellable, error))
     goto out;
 
@@ -377,8 +377,7 @@ goa_imap_auth_login_run_sync (GoaMailAuth         *_auth,
       g_set_error (error,
                    GOA_ERROR,
                    GOA_ERROR_FAILED,
-                   _("Authentication failed"),
-                   response);
+                   _("Authentication failed"));
       goto out;
     }
 


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