Ignore:
Timestamp:
2010-04-13T17:36:16Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3254c12
Parents:
3e69802
Message:

Suppress HTTP error messages unless we get five or more in a row.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.c

    r3e69802 r3bd4a93  
    3636       
    3737        // Check if we are still logged in...
    38         // We are logged in if the flag says so and the connection is still in the connections list.
    39         if (!g_slist_find( twitter_connections, ic ) ||
    40             (ic->flags & OPT_LOGGED_IN) != OPT_LOGGED_IN)
     38        if (!g_slist_find( twitter_connections, ic ))
    4139                return 0;
    4240
     
    7977
    8078        imcb_log( ic, "Connecting to Twitter" );
    81         imcb_connected(ic);
    8279
    8380        // Run this once. After this queue the main loop function.
Note: See TracChangeset for help on using the changeset viewer.