From 46d5d8ec829a3b2daba6fe86463ece550851fc38 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Tue, 8 Nov 2016 23:56:34 +0100 Subject: watchquagga: add ZLOG_WATCHQUAGGA watchquagga logs as "NONE", which will also become visible in vtysh for error messages. Add "WATCHQUAGGA" log target. Signed-off-by: David Lamparter --- lib/log.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/log.c') diff --git a/lib/log.c b/lib/log.c index cd1f0bb771..f9877300b4 100644 --- a/lib/log.c +++ b/lib/log.c @@ -58,7 +58,8 @@ const char *zlog_proto_names[] = "LDP", "ISIS", "PIM", - "RFP", + "RFP", + "WATCHQUAGGA", NULL, }; -- cgit v1.2.3