summaryrefslogtreecommitdiffstats
path: root/zebra/main.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-09-13 21:21:05 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-09-13 21:23:29 +0200
commite914ccbe9cfb45bbb0ce61bb496e27df6b6136ba (patch)
tree0cb5b71e277a706f708cdaff0c8aaa2deefa319f /zebra/main.c
parentwatchfrr: WATCHFRR_[ERR|WARN] -> EC_WATCHFRR (diff)
downloadfrr-e914ccbe9cfb45bbb0ce61bb496e27df6b6136ba.tar.xz
frr-e914ccbe9cfb45bbb0ce61bb496e27df6b6136ba.zip
zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRA
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/main.c')
-rw-r--r--zebra/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/main.c b/zebra/main.c
index 8db1c48f2..c46f8bb95 100644
--- a/zebra/main.c
+++ b/zebra/main.c
@@ -292,7 +292,7 @@ int main(int argc, char **argv)
if (multipath_num > MULTIPATH_NUM
|| multipath_num <= 0) {
flog_err(
- ZEBRA_ERR_BAD_MULTIPATH_NUM,
+ EC_ZEBRA_BAD_MULTIPATH_NUM,
"Multipath Number specified must be less than %d and greater than 0",
MULTIPATH_NUM);
return 1;