[gnome-online-accounts/gnome-3-8] imap-auth-login: Silence some warnings
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts/gnome-3-8] imap-auth-login: Silence some warnings
- Date: Tue, 12 Mar 2013 10:50:19 +0000 (UTC)
commit d8c8eed1e3dc01a3ca3768d517c93102f6d7140a
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]