diff options
Diffstat (limited to 'proto/rip/config.Y')
-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) { |