diff options
author | Maria Matejka <mq@ucw.cz> | 2023-06-16 22:11:03 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2023-09-12 15:58:07 +0200 |
commit | 6f798683a34aa87f5e4f590be4c90253a1135e08 (patch) | |
tree | 5df63ea8e08f26d16f2a0b6ffbe722ad8e603195 /proto/bfd/config.Y | |
parent | 062ff656830f89bd3bca5b39a86c4d41b535a7bf (diff) |
Conf: config warnings show the file position
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) { |