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/rip | |
parent | 062ff656830f89bd3bca5b39a86c4d41b535a7bf (diff) |
Conf: config warnings show the file position
Diffstat (limited to 'proto/rip')
-rw-r--r-- | proto/rip/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/rip/config.Y b/proto/rip/config.Y index 1fab4527..44f2742c 100644 --- a/proto/rip/config.Y +++ b/proto/rip/config.Y @@ -117,7 +117,7 @@ rip_iface_finish: RIP_IFACE->passwords = get_passwords(); if (!RIP_IFACE->auth_type != !RIP_IFACE->passwords) - log(L_WARN "Authentication and password options should be used together"); + cf_warn("Authentication and password options should be used together"); if (RIP_IFACE->passwords) { |