]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_main.c
bgpd: BGP_[WARN|ERR] -> EC_BGP
[mirror_frr.git] / bgpd / bgp_main.c
index e0834604b2f021369681587bbf91d88dc9ec6bcf..d888090e60f7b95012c16f898bb67a4771df1dca 100644 (file)
@@ -410,7 +410,7 @@ int main(int argc, char **argv)
                        if (multipath_num > MULTIPATH_NUM
                            || multipath_num <= 0) {
                                flog_err(
-                                       BGP_ERR_MULTIPATH,
+                                       EC_BGP_MULTIPATH,
                                        "Multipath Number specified must be less than %d and greater than 0",
                                        MULTIPATH_NUM);
                                return 1;