[BACK]Return to cmd-queue.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-queue.c between version 1.26 and 1.27

version 1.26, 2015/09/16 22:41:00 version 1.27, 2015/10/20 21:12:08
Line 203 
Line 203 
         cmdq->references++;          cmdq->references++;
         notify_disable();          notify_disable();
   
         log_debug("continuing cmdq %p: flags=%#x, client=%d", cmdq, cmdq->flags,          log_debug("continuing cmdq %p: flags %#x, client %p", cmdq, cmdq->flags,
             c != NULL ? c->ibuf.fd : -1);              c);
   
         empty = TAILQ_EMPTY(&cmdq->queue);          empty = TAILQ_EMPTY(&cmdq->queue);
         if (empty)          if (empty)

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27