diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 19:16:02 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 19:16:02 +0000 |
| commit | f74ae2bb41bb235d256bf67064fa374362e61857 (patch) | |
| tree | 4004bc6924822249cb76a1e99ca05093dd46640e /watchfrr/watchfrr_errors.h | |
| parent | 993c8024ff91d50332afaa611af4bc65a7b17afa (diff) | |
watchfrr: WATCHFRR_[ERR|WARN] -> EC_WATCHFRR
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'watchfrr/watchfrr_errors.h')
| -rw-r--r-- | watchfrr/watchfrr_errors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watchfrr/watchfrr_errors.h b/watchfrr/watchfrr_errors.h index 4652f950f4..93103b6551 100644 --- a/watchfrr/watchfrr_errors.h +++ b/watchfrr/watchfrr_errors.h @@ -24,7 +24,7 @@ #include "lib/ferr.h" enum watchfrr_log_refs { - WATCHFRR_ERR_CONNECTION = WATCHFRR_FERR_START, + EC_WATCHFRR_CONNECTION = WATCHFRR_FERR_START, }; extern void watchfrr_error_init(void); |
