From 706ba713e0005147766d25b2b804ef68114c7f45 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Mon, 29 Jul 2024 00:23:45 -0400 Subject: [PATCH] porkbun: Fix IP version in success log message Fixes a bug introduced in commit: d8a23ff9a4994f2a0d5e352bae1785042a5ac3ac --- ddclient.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index 1b7ee1f..6278044 100755 --- a/ddclient.in +++ b/ddclient.in @@ -6716,7 +6716,7 @@ sub nic_porkbun_update { ); next if !header_ok($h, $reply); $config{$h}{"status-ipv$ipv"} = "good"; - success("$h: IPv%s address set to $ip"); + success("$h: IPv$ipv address set to $ip"); } } }