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

Diff for /src/usr.bin/ssh/mux.c between version 1.91 and 1.92

version 1.91, 2021/07/23 04:00:59 version 1.92, 2022/01/11 01:26:47
Line 2017 
Line 2017 
         } else          } else
                 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_INFO)
                 fprintf(stderr, "Shared connection to %s closed.\r\n", host);                  fprintf(stderr, "Shared connection to %s closed.\r\n", host);
   
         exit(exitval);          exit(exitval);

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92