summaryrefslogtreecommitdiff
path: root/lib/zlog_5424_cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/zlog_5424_cli.c')
-rw-r--r--lib/zlog_5424_cli.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/zlog_5424_cli.c b/lib/zlog_5424_cli.c
index 5eebda9deb..be0988e0b3 100644
--- a/lib/zlog_5424_cli.c
+++ b/lib/zlog_5424_cli.c
@@ -877,7 +877,8 @@ static int log_5424_show(struct vty *vty)
}
break;
- default:
+ case ZLOG_FMT_3164:
+ case ZLOG_FMT_LOCAL:
vty_out(vty,
" structured data is not supported by the selected format\n");
break;