swtpm: Indent 'Tested' output of tested algorithm by one more space

Move the 'Tested: tdes' type of debugging output one more indentation
level up so that they can be filtered-out easier from control and data
channel communication.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
Stefan Berger 2024-11-05 08:19:12 -05:00 committed by Stefan Berger
parent 599e2436d4
commit 1982c51535

View File

@ -582,7 +582,7 @@ _check_ossl_algorithms_are_disabled(const gchar *const*algorithms,
disabled_type & DISABLED_BY_FIPS ? "(FIPS)" : "",
display);
} else {
logprintf(STDOUT_FILENO, " Tested: %s\n", display);
logprintf(STDOUT_FILENO, " Tested: %s\n", display);
}
}
}