diff --git a/client/solo/commands/rescue.py b/client/solo/commands/rescue.py index 8c513c5af..ba1f8b8c1 100644 --- a/client/solo/commands/rescue.py +++ b/client/solo/commands/rescue.py @@ -447,7 +447,11 @@ Tools to rescue the running system. # Sanity check: make sure we're not accidentally using the in-RAM db if not os.path.exists(repo_path): - print("Repository creation failed") + entropy_client.output( + darkred(_("Repository creation failed")), + level="error", + importance=1, + header=darkred(" @@ ")) return 1 entropy_client.output(