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

Diff for /src/usr.bin/ssh/Attic/log-client.c between version 1.12 and 1.12.2.2

version 1.12, 2000/09/12 20:53:10 version 1.12.2.2, 2001/02/19 17:19:01
Line 39 
Line 39 
 RCSID("$OpenBSD$");  RCSID("$OpenBSD$");
   
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "ssh.h"  #include "log.h"
   
 static LogLevel log_level = SYSLOG_LEVEL_INFO;  static LogLevel log_level = SYSLOG_LEVEL_INFO;
   
Line 53 
Line 53 
 {  {
         switch (level) {          switch (level) {
         case SYSLOG_LEVEL_QUIET:          case SYSLOG_LEVEL_QUIET:
         case SYSLOG_LEVEL_ERROR:  
         case SYSLOG_LEVEL_FATAL:          case SYSLOG_LEVEL_FATAL:
           case SYSLOG_LEVEL_ERROR:
         case SYSLOG_LEVEL_INFO:          case SYSLOG_LEVEL_INFO:
         case SYSLOG_LEVEL_VERBOSE:          case SYSLOG_LEVEL_VERBOSE:
         case SYSLOG_LEVEL_DEBUG1:          case SYSLOG_LEVEL_DEBUG1:

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.12.2.2