diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-03-08 16:13:12 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-03-08 16:15:10 +0100 |
| commit | 4487fc74e8e4ddbf5cde6c3b0a83db3eb828ee11 (patch) | |
| tree | ba095355ba6b29f97c64c8ec184cc0d6087e5cb4 /lib/log.h | |
| parent | 6dd7b12a05387ef8b84ed9d4b8306a715ee64d0d (diff) | |
*: fix some user-visible Quagga remnants
(Note: the allow_delete thing is called "zebra" on the commandline
because that's the clearest context there, while it is called "FRR" in
the CLI because that's considerably less confusing in a vtysh env.)
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/log.h')
| -rw-r--r-- | lib/log.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -153,8 +153,6 @@ struct timestamp_control { char buf[QUAGGA_TIMESTAMP_LEN]; /* will contain the rendered timestamp */ }; -#define LOG_DEFAULT_FILENAME "/var/log/quagga/Quagga.log" - /* Defines for use in command construction: */ #define LOG_LEVEL_DESC \ |
