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

Diff for /src/usr.bin/tmux/session.c between version 1.68 and 1.69

version 1.68, 2016/10/16 22:06:40 version 1.69, 2016/10/19 08:17:11
Line 169 
Line 169 
         }          }
   
         log_debug("session %s created", s->name);          log_debug("session %s created", s->name);
         notify_session("session-created", s);  
   
         return (s);          return (s);
 }  }

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69