diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2014-06-12 13:36:51 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2014-06-12 13:37:00 +0200 |
commit | a5d5836f733ec27f1bb2dc3b2424d5fd9de1458a (patch) | |
tree | b9348b3c9e81389403213cdb1a0225833fff0107 /samples | |
parent | doc: fix typo (diff) | |
download | knot-a5d5836f733ec27f1bb2dc3b2424d5fd9de1458a.tar.xz knot-a5d5836f733ec27f1bb2dc3b2424d5fd9de1458a.zip |
log: replace fatal with standardized critical and fix parser
Diffstat (limited to 'samples')
-rw-r--r-- | samples/knot.full.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/knot.full.conf b/samples/knot.full.conf index 33c99b5ca..1dedc33eb 100644 --- a/samples/knot.full.conf +++ b/samples/knot.full.conf @@ -404,7 +404,7 @@ zones { # notice - Notices and hints. # warning - Warnings. An action from the operator may be required. # error - Recoverable error. Some action should be taken. -# fatal - Non-recoverable errors resulting in server shutdown. +# critical - Non-recoverable errors resulting in server shutdown. # (Not supported yet.) # all - All severities. # |