changeset 2762:8eb8db9a8449

[gaim-migrate @ 2775] this always bothered me committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 19 Nov 2001 11:19:52 +0000
parents 367d19133917
children 477a035d81e5
files src/protocols/oscar/oscar.c src/server.c
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Mon Nov 19 11:14:55 2001 +0000
+++ b/src/protocols/oscar/oscar.c	Mon Nov 19 11:19:52 2001 +0000
@@ -443,7 +443,6 @@
 	struct oscar_data *odata = gc->proto_data = g_new0(struct oscar_data, 1);
 	odata->create_exchange = 0;
 
-	debug_printf(_("Logging in %s\n"), user->username);
 	if (isdigit(*user->username)) {
 		odata->icq = TRUE;
 		/* this is odd but it's necessary for a proper do_import and do_export */
@@ -1615,7 +1614,6 @@
 	aim_getbuildstring(buildbuf, sizeof(buildbuf));
 
 	debug_printf("MOTD: %s (%d)\n", msg ? msg : "Unknown", id);
-	debug_printf("Gaim %s / libfaim %s\n", VERSION, buildbuf);
 	if (id < 4)
 		do_error_dialog(_("Your connection may be lost."),
 				_("AOL error"));
--- a/src/server.c	Mon Nov 19 11:14:55 2001 +0000
+++ b/src/server.c	Mon Nov 19 11:19:52 2001 +0000
@@ -54,7 +54,7 @@
 			return;
 		}
 
-		debug_printf("Logging in using %s\n", p->name());
+		debug_printf(PACKAGE " " VERSION " logging in %s using %s\n", user->username, p->name());
 		p->login(user);
 	} else {
 		do_error_dialog(_("You cannot log this account in; you do not have "