diff options
Diffstat (limited to 'babeld/source.c')
| -rw-r--r-- | babeld/source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/babeld/source.c b/babeld/source.c index 6145743a4d..d6dd848952 100644 --- a/babeld/source.c +++ b/babeld/source.c @@ -59,7 +59,7 @@ find_source(const unsigned char *id, const unsigned char *p, unsigned char plen, src = malloc(sizeof(struct source)); if(src == NULL) { - zlog_ferr(BABEL_ERR_MEMORY, "malloc(source): %s", safe_strerror(errno)); + flog_err(BABEL_ERR_MEMORY, "malloc(source): %s", safe_strerror(errno)); return NULL; } |
