diff options
Diffstat (limited to 'proto/bfd/config.Y')
-rw-r--r-- | proto/bfd/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bfd/config.Y b/proto/bfd/config.Y index 70461872..d9a154b2 100644 --- a/proto/bfd/config.Y +++ b/proto/bfd/config.Y @@ -95,7 +95,7 @@ bfd_iface_finish: BFD_IFACE->passwords = get_passwords(); if (!BFD_IFACE->auth_type != !BFD_IFACE->passwords) - log(L_WARN "Authentication and password options should be used together"); + cf_warn("Authentication and password options should be used together"); if (BFD_IFACE->passwords) { |