Skip to content

Commit

Permalink
swtpm: Indent 'Tested' output of tested algorithm by one more space
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stefanberger committed Nov 5, 2024
1 parent 599e243 commit 59fc6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swtpm/check_algos.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}
Expand Down

0 comments on commit 59fc6b3

Please sign in to comment.