From b175fd207b830f865d41d9c41940238df3e4145f Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 25 Mar 2024 11:07:53 +0100 Subject: [PATCH] s --- pkgs/clan-cli/clan_cli/vms/waypipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/clan-cli/clan_cli/vms/waypipe.py b/pkgs/clan-cli/clan_cli/vms/waypipe.py index 238b5a723..d01725f19 100644 --- a/pkgs/clan-cli/clan_cli/vms/waypipe.py +++ b/pkgs/clan-cli/clan_cli/vms/waypipe.py @@ -37,7 +37,7 @@ def start_waypipe(cid: int | None, title_prefix: str) -> Iterator[None]: "client", ], ) - print(waypipe) + print(f"Waypipe command: {waypipe}") with subprocess.Popen(waypipe) as proc: try: while not test_vsock_port(3049):