From 03fcb961b7e899bac8b2619b4fddaca30df9d90e Mon Sep 17 00:00:00 2001 From: Jip-Hop <2871973+Jip-Hop@users.noreply.github.com> Date: Wed, 8 May 2024 22:49:28 +0200 Subject: [PATCH] Log jail name after initial setup --- jlmkr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jlmkr.py b/jlmkr.py index 30e59e2..eb631a9 100755 --- a/jlmkr.py +++ b/jlmkr.py @@ -761,7 +761,7 @@ def start_jail(jail_name): ) return returncode else: - print("Done with initial setup!") + print(f"Done with initial setup of jail {jail_name}!") return returncode