Changeset 712

Show
Ignore:
Timestamp:
02/22/08 05:05:23 (8 months ago)
Author:
dormando
Message:

Add verbose message on noreply conditions.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/memcached.c

    r708 r712  
    737737 
    738738    if (c->noreply) { 
     739        if (settings.verbose > 1) 
     740            fprintf(stderr, ">%d NOREPLY %s\n", c->sfd, str); 
    739741        c->noreply = false; 
    740742        conn_set_state(c, conn_read);