Changeset 45bd56a in code for icb.c


Ignore:
Timestamp:
Mar 5, 2014, 4:02:49 PM (11 years ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
a5893e9
Parents:
55923b7
Message:

logger will do its own time accounting; from the discussion with florian

File:
1 edited

Legend:

Unmodified
Added
Removed
  • icb.c

    r55923b7 r45bd56a  
    235235        buf[0] = buflen;
    236236
    237         logger(time(NULL), ig->name, is->nick, msg);
     237        logger(ig->name, is->nick, msg);
    238238
    239239        LIST_FOREACH(s, &ig->sess, entry) {
Note: See TracChangeset for help on using the changeset viewer.