From 7c39617324543289e20ae1e203929c11721c3517 Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Thu, 17 Mar 2022 10:50:16 +0100 Subject: [PATCH] Make the setup info visually more noticeable By adding two leading newlines we separate it nicely from the other part of the test log. Amends 66c5b1e11e1f80c4113bea940302ea79926a0c13 Change-Id: Ic260cdc4cc2421ddb04bc5027082521800b268e8 Reviewed-by: Christian Stenger --- src/libs/ssh/sshconnection.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libs/ssh/sshconnection.cpp b/src/libs/ssh/sshconnection.cpp index 839ee2d5431..0e1e62cad1e 100644 --- a/src/libs/ssh/sshconnection.cpp +++ b/src/libs/ssh/sshconnection.cpp @@ -478,7 +478,8 @@ bool checkParameters(const QSsh::SshConnectionParameters ¶ms) void printSetupHelp() { - qInfo() << "In order to run this test properly it requires some setup (example for fedora):\n" + qInfo() << "\n\n" + "In order to run this test properly it requires some setup (example for fedora):\n" "1. Run a server on the host to connect to:\n" " systemctl start sshd\n" "2. Create your own ssh key (needed only once). For fedora it needs ecdsa type:\n"