diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-03 18:03:29 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 20:02:05 +0000 | 
| commit | af4c27286d8eb3f347ff431a17a47a8d07cd8976 (patch) | |
| tree | caf5eae55c21f72baec4945cdb2cbc333d99f916 /babeld/source.c | |
| parent | fa8b3ca66abee50e57034ef594883011f302057b (diff) | |
*: rename zlog_fer -> flog_err
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
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;      }  | 
