Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/rxhandlers.c

    rd5ccd83 r66c57924  
    112112                /* Following SNAC will be related */
    113113        }
     114
     115    if (set_getint(sess->aux_data, "debug")) {
     116        serv_got_crap(sess->aux_data, "snac %x/%x received", snac.family, snac.subtype);
     117    }
    114118
    115119        for (cur = (aim_module_t *)sess->modlistv; cur; cur = cur->next) {
Note: See TracChangeset for help on using the changeset viewer.