From 10aa7878cf5e49c2125d8752c20ca6dea048c1de Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 12 Aug 2024 12:52:04 +0200 Subject: [PATCH] interfaces: at least we have patch review ;) --- src/etc/inc/interfaces.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc index 63b44cc7c..c5f5aaf36 100644 --- a/src/etc/inc/interfaces.inc +++ b/src/etc/inc/interfaces.inc @@ -1357,7 +1357,7 @@ EOD; } if ($i >= $max) { - log_msg("interface_ppps_configure() waiting threshold exceeded - device {$interface} is still not up", LOG_WARNING); + log_msg("interface_ppps_configure() waiting threshold exceeded - device {$ifcfg['if']} is still not up", LOG_WARNING); } switch ($ppp['type']) {