diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 21:01:19 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 21:01:19 +0200 |
commit | 5b003f31fdd6171c4b65546490221f63b2114c4d (patch) | |
tree | 2ca865f54c8f00a25e3c1553893bded4933bcc0f /babeld/neighbour.c | |
parent | nhrpd: NHRP_[ERR|WARN] -> EC_NHRP (diff) | |
download | frr-5b003f31fdd6171c4b65546490221f63b2114c4d.tar.xz frr-5b003f31fdd6171c4b65546490221f63b2114c4d.zip |
babeld: BABEL_[ERR|WARN] -> EC_BABEL
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'babeld/neighbour.c')
-rw-r--r-- | babeld/neighbour.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/babeld/neighbour.c b/babeld/neighbour.c index 512b60e29..83f05bb5c 100644 --- a/babeld/neighbour.c +++ b/babeld/neighbour.c @@ -94,7 +94,7 @@ find_neighbour(const unsigned char *address, struct interface *ifp) neigh = malloc(sizeof(struct neighbour)); if(neigh == NULL) { - flog_err(BABEL_ERR_MEMORY, "malloc(neighbour): %s", + flog_err(EC_BABEL_MEMORY, "malloc(neighbour): %s", safe_strerror(errno)); return NULL; } |