mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
tests/integration: fix logging message
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
parent
92fd7def39
commit
fa78569c39
@ -214,10 +214,9 @@ def clear_ip_tables_and_restart_daemons():
|
||||
subprocess.check_output("sudo iptables -D DOCKER-USER 1", shell=True)
|
||||
except subprocess.CalledProcessError as err:
|
||||
logging.info(
|
||||
"All iptables rules cleared, "
|
||||
+ str(iptables_iter)
|
||||
+ "iterations, last error: "
|
||||
+ str(err)
|
||||
"All iptables rules cleared, %s iterations, last error: %s",
|
||||
iptables_iter,
|
||||
str(err),
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user