diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 19:01:19 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 19:01:19 +0000 | 
| commit | 5b003f31fdd6171c4b65546490221f63b2114c4d (patch) | |
| tree | 2ca865f54c8f00a25e3c1553893bded4933bcc0f /babeld/source.c | |
| parent | 2b84a521e7140545f11c656dd75dab7a3b296b85 (diff) | |
babeld: BABEL_[ERR|WARN] -> EC_BABEL
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 75bca06206..ed165b41b4 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;      }  | 
