Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv15517
Modified Files:
server.c
Log Message:
this always bothered me
Index: server.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/server.c,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -d -r1.208 -r1.209
--- server.c 2001/11/10 08:02:39 1.208
+++ server.c 2001/11/19 11:19:52 1.209
@@ -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 "
|