Changeset 145faa6 in code


Ignore:
Timestamp:
Mar 7, 2014, 4:25:18 PM (11 years ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
2cdab10
Parents:
bacf9da
Message:

Client can exit before DNS has a chance to update the information

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dns.c

    rbacf9da r145faa6  
    172172
    173173        if ((is = icbd_session_lookup(q.sid)) == NULL) {
    174                 syslog(LOG_ERR, "failed to find session %llu", q.sid);
     174                syslog(LOG_DEBUG, "failed to find session %llu", q.sid);
    175175                return;
    176176        }
Note: See TracChangeset for help on using the changeset viewer.