summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-03-31 11:34:21 +0100
committerColin Watson <cjwatson@debian.org>2010-03-31 11:34:21 +0100
commit21653cc01f15857ec36fc5ec24aecf1d39c2855f (patch)
tree37140a381e866f78560ed021bd32b58e7d285cb6 /log.h
parent69456e98a770b7e946b416e5a41ec6288a31e22f (diff)
Drop most of our "LogLevel SILENT" (-qq) patch. This was originally
introduced to match the behaviour of non-free SSH, in which -q does not suppress fatal errors, but matching the behaviour of OpenSSH upstream is much more important nowadays. We no longer document that -q does not suppress fatal errors (closes: #280609). Migrate "LogLevel SILENT" to "LogLevel QUIET" in sshd_config on upgrade.
Diffstat (limited to 'log.h')
-rw-r--r--log.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/log.h b/log.h
index 257a3a0c1..650582791 100644
--- a/log.h
+++ b/log.h
@@ -35,7 +35,6 @@ typedef enum {
35} SyslogFacility; 35} SyslogFacility;
36 36
37typedef enum { 37typedef enum {
38 SYSLOG_LEVEL_SILENT,
39 SYSLOG_LEVEL_QUIET, 38 SYSLOG_LEVEL_QUIET,
40 SYSLOG_LEVEL_FATAL, 39 SYSLOG_LEVEL_FATAL,
41 SYSLOG_LEVEL_ERROR, 40 SYSLOG_LEVEL_ERROR,