aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-remote-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-remote-store.c')
-rw-r--r--camel/camel-remote-store.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/camel/camel-remote-store.c b/camel/camel-remote-store.c
index c3a6644131..dffea34808 100644
--- a/camel/camel-remote-store.c
+++ b/camel/camel-remote-store.c
@@ -340,7 +340,9 @@ remote_send_string (CamelRemoteStore *store, CamelException *ex, char *fmt, va_l
if (strncmp (cmdbuf, "PASS ", 5) == 0)
fprintf (stderr, "sending : PASS xxxx\n");
else if (strstr (cmdbuf, "LOGIN \""))
- fprintf (stderr, "sending : ---- LOGIN \"xxxx\" \"xxxx\"\n");
+ fprintf (stderr, "sending : ------ LOGIN \"xxxx\" \"xxxx\"\n");
+ else if (strstr (cmdbuf, "LOGIN {"))
+ fprintf (stderr, "sending : ------ LOGIN {N+} ....\n");
else
fprintf (stderr, "sending : %s", cmdbuf);
}