mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-06-30 21:02:33 +02:00
pcr_tsspcrread: Add missing new line
Fixes: 80d3fda
("ima-evm-utils: Check for tsspcrread in runtime")
Signed-off-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
@ -60,11 +60,11 @@ int tpm2_pcr_supported(void)
|
||||
log_info("Using %s to read PCRs.\n", CMD);
|
||||
|
||||
if (get_cmd_path(CMD, path, sizeof(path))) {
|
||||
log_debug("Couldn't find '%s' in $PATH", CMD);
|
||||
log_debug("Couldn't find '%s' in $PATH\n", CMD);
|
||||
return 0;
|
||||
}
|
||||
|
||||
log_debug("Found '%s' in $PATH", CMD);
|
||||
log_debug("Found '%s' in $PATH\n", CMD);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user