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

Diff for /src/usr.bin/ssh/ssh.c between version 1.297 and 1.298

version 1.297, 2007/06/12 11:15:17 version 1.298, 2007/06/12 11:45:27
Line 1460 
Line 1460 
                 debug2("Received exit status from master %d", exitval);                  debug2("Received exit status from master %d", exitval);
   
         if (tty_flag && options.log_level != SYSLOG_LEVEL_QUIET)          if (tty_flag && options.log_level != SYSLOG_LEVEL_QUIET)
                 fprintf(stderr, "Connection to master closed.\r\n");                  fprintf(stderr, "Shared connection to %s closed.\r\n",
                       host);
   
         exit(exitval);          exit(exitval);
 }  }

Legend:
Removed from v.1.297  
changed lines
  Added in v.1.298