Ignore:
Timestamp:
2008-05-04T13:32:15Z (16 years ago)
Author:
ulim <a.sporto+bee@…>
Branches:
master
Children:
29c1456
Parents:
0cab388
Message:

ulibc support, fixes "Invalid SOCKS5 Connect message" problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/iq.c

    r0cab388 r4358b10  
    612612        {
    613613                /* Who cares about the unknown... */
    614                 imcb_log( ic, "Couldnt find the man: %s", bare_jid);
     614                imcb_log( ic, "Couldn't find buddy: %s", bare_jid);
    615615                return 0;
    616616        }
     
    626626                imcb_log( ic, "WARNING: Couldn't generate feature query" );
    627627                xt_free_node( node );
     628                return 0;
    628629        }
    629630
     
    648649        {
    649650                /* Who cares about the unknown... */
    650                 imcb_log( ic, "Couldnt find the man: %s", xt_find_attr( node, "from"));
     651                imcb_log( ic, "Couldn't find buddy: %s", xt_find_attr( node, "from"));
    651652                return 0;
    652653        }
Note: See TracChangeset for help on using the changeset viewer.