From 5b003f31fdd6171c4b65546490221f63b2114c4d Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Thu, 13 Sep 2018 19:01:19 +0000 Subject: babeld: BABEL_[ERR|WARN] -> EC_BABEL Signed-off-by: Quentin Young --- babeld/source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'babeld/source.c') diff --git a/babeld/source.c b/babeld/source.c index 75bca0620..ed165b41b 100644 --- a/babeld/source.c +++ b/babeld/source.c @@ -63,7 +63,7 @@ find_source(const unsigned char *id, const unsigned char *p, unsigned char plen, src = malloc(sizeof(struct source)); if(src == NULL) { - flog_err(BABEL_ERR_MEMORY, "malloc(source): %s", safe_strerror(errno)); + flog_err(EC_BABEL_MEMORY, "malloc(source): %s", safe_strerror(errno)); return NULL; } -- cgit v1.2.3