mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-01-11 16:41:56 +00:00
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:
parent
599e2436d4
commit
1982c51535
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user