diff --git a/internal/machine/firewall/iptables_linux.go b/internal/machine/firewall/iptables_linux.go index 793313ca..e7300085 100644 --- a/internal/machine/firewall/iptables_linux.go +++ b/internal/machine/firewall/iptables_linux.go @@ -149,7 +149,7 @@ func CleanupIptablesChains() error { return fmt.Errorf("delete %s chain '%s': %w", iptBin, UncloudInputChain, err) } } else { - slog.Info("Deleted %s chain.", "chain", iptBin, UncloudInputChain) + slog.Info(fmt.Sprintf("Deleted %s chain.", iptBin), "chain", UncloudInputChain) } }