Changeset 23091


Ignore:
Timestamp:
08/28/13 14:23:35 (11 years ago)
Author:
nit
Message:

[titan] fix debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/sock.h

    r21620 r23091  
    8585                        {
    8686                                if(count - tmpcount != 0) return count - tmpcount;
    87                                 err("connection closed fd=%d, count=%d", fd, count - tmpcount);
     87                                debug(250, "connection closed fd=%d, count=%d", fd, count - tmpcount);
    8888                                if(flag == 1) return -1;
    8989                                return 0;
Note: See TracChangeset for help on using the changeset viewer.