summaryrefslogtreecommitdiffstats
path: root/babeld/neighbour.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-08-03 20:03:29 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-08-14 22:02:05 +0200
commitaf4c27286d8eb3f347ff431a17a47a8d07cd8976 (patch)
treecaf5eae55c21f72baec4945cdb2cbc333d99f916 /babeld/neighbour.c
parentlib: remove still reachable blocks in ferr.c (diff)
downloadfrr-af4c27286d8eb3f347ff431a17a47a8d07cd8976.tar.xz
frr-af4c27286d8eb3f347ff431a17a47a8d07cd8976.zip
*: rename zlog_fer -> flog_err
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'babeld/neighbour.c')
-rw-r--r--babeld/neighbour.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/babeld/neighbour.c b/babeld/neighbour.c
index d10ec15a8..c1592fb18 100644
--- a/babeld/neighbour.c
+++ b/babeld/neighbour.c
@@ -90,7 +90,7 @@ find_neighbour(const unsigned char *address, struct interface *ifp)
neigh = malloc(sizeof(struct neighbour));
if(neigh == NULL) {
- zlog_ferr(BABEL_ERR_MEMORY, "malloc(neighbour): %s",
+ flog_err(BABEL_ERR_MEMORY, "malloc(neighbour): %s",
safe_strerror(errno));
return NULL;
}