diff src/server.c @ 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 e841b14b5b89
children 8a918df1a5ed
line wrap: on
line diff
--- 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 "