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.c | |
| parent | 993c8024ff91d50332afaa611af4bc65a7b17afa (diff) | |
watchfrr: WATCHFRR_[ERR|WARN] -> EC_WATCHFRR
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'watchfrr/watchfrr_errors.c')
| -rw-r--r-- | watchfrr/watchfrr_errors.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/watchfrr/watchfrr_errors.c b/watchfrr/watchfrr_errors.c index 662e7f654d..c720b65099 100644 --- a/watchfrr/watchfrr_errors.c +++ b/watchfrr/watchfrr_errors.c @@ -26,7 +26,7 @@  /* clang-format off */  static struct log_ref ferr_watchfrr_err[] = {  	{ -		.code = WATCHFRR_ERR_CONNECTION, +		.code = EC_WATCHFRR_CONNECTION,  		.title = "WATCHFRR Connection Error",  		.description = "WATCHFRR has detected a connectivity issue with one of the FRR daemons",  		.suggestion = "Ensure that FRR is still running and if not please open an Issue"  | 
