diff src/connection.c @ 5581:3a9b54f260e3

[gaim-migrate @ 5985] Commit'em if you got'em. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 31 May 2003 04:35:54 +0000
parents 113090160626
children 6500a6c8d679
line wrap: on
line diff
--- a/src/connection.c	Sat May 31 02:27:03 2003 +0000
+++ b/src/connection.c	Sat May 31 04:35:54 2003 +0000
@@ -89,6 +89,8 @@
 		!(prpl_info->options & OPT_PROTO_PASSWORD_OPTIONAL) &&
 		gaim_account_get_password(account) == NULL) {
 
+		gaim_debug(GAIM_DEBUG_INFO, "connection", "Requestin password\n");
+
 		if (ops != NULL && ops->request_pass != NULL)
 			ops->request_pass(gc);
 
@@ -97,6 +99,8 @@
 
 	gaim_connection_set_state(gc, GAIM_CONNECTING);
 
+	gaim_debug(GAIM_DEBUG_INFO, "connection", "Calling serv_login\n");
+
 	serv_login(account);
 }