diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 21:21:05 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 21:23:29 +0200 |
commit | e914ccbe9cfb45bbb0ce61bb496e27df6b6136ba (patch) | |
tree | 0cb5b71e277a706f708cdaff0c8aaa2deefa319f /zebra/main.c | |
parent | watchfrr: WATCHFRR_[ERR|WARN] -> EC_WATCHFRR (diff) | |
download | frr-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.c | 2 |
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; |