Mercurial > pidgin.yaz
changeset 2844:e63cd7fdd9eb
[gaim-migrate @ 2857]
libfaim sync. not that it matters at all.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 04 Dec 2001 08:04:21 +0000 |
parents | 87d11d2a7d59 |
children | 0c10058610a0 |
files | src/protocols/oscar/ft.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/ft.c Tue Dec 04 07:53:55 2001 +0000 +++ b/src/protocols/oscar/ft.c Tue Dec 04 08:04:21 2001 +0000 @@ -99,7 +99,7 @@ ret = userfunc(sess, NULL, newconn, cur); #endif } else { - faimdprintf(sess, 1, "Got a Connection on a listener that's not Rendezvous.\n"); + faimdprintf(sess, 1,"Got a Connection on a listener that's not Rendezvous Closing conn.\n"); aim_conn_close(newconn); ret = -1; }