projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3393104
)
analyze-pcrs: Fix typo
author
Daan De Meyer
<daan.j.demeyer@gmail.com>
Mon, 10 Jul 2023 10:49:52 +0000
(12:49 +0200)
committer
Daan De Meyer
<daan.j.demeyer@gmail.com>
Mon, 10 Jul 2023 12:26:54 +0000
(14:26 +0200)
src/analyze/analyze-pcrs.c
patch
|
blob
|
history
diff --git
a/src/analyze/analyze-pcrs.c
b/src/analyze/analyze-pcrs.c
index b9a6ac144aad2cb6b3c65e1589f83b909f13ba6e..df678ab935f8f7fbdb3e384320a431ddec573498 100644
(file)
--- a/
src/analyze/analyze-pcrs.c
+++ b/
src/analyze/analyze-pcrs.c
@@
-97,7
+97,7
@@
int verb_pcrs(int argc, char *argv[], void *userdata) {
int r;
if (tpm2_support() != TPM2_SUPPORT_FULL)
- log_notice("System
has not
TPM2 support, not showing PCR state.");
+ log_notice("System
lacks full
TPM2 support, not showing PCR state.");
else {
r = get_pcr_alg(&alg);
if (r < 0)