mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
fix: log message deleting iptables chain
This commit is contained in:
@@ -149,7 +149,7 @@ func CleanupIptablesChains() error {
|
|||||||
return fmt.Errorf("delete %s chain '%s': %w", iptBin, UncloudInputChain, err)
|
return fmt.Errorf("delete %s chain '%s': %w", iptBin, UncloudInputChain, err)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
slog.Info("Deleted %s chain.", "chain", iptBin, UncloudInputChain)
|
slog.Info(fmt.Sprintf("Deleted %s chain.", iptBin), "chain", UncloudInputChain)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user