# HG changeset patch # User Eric Warmenhoven # Date 1007453061 0 # Node ID e63cd7fdd9eb97795676cb71e4ceafd0eeb66468 # Parent 87d11d2a7d593a7ea06686791b1eaeb3522502e1 [gaim-migrate @ 2857] libfaim sync. not that it matters at all. committer: Tailor Script diff -r 87d11d2a7d59 -r e63cd7fdd9eb src/protocols/oscar/ft.c --- 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; }