diff options
Diffstat (limited to '')
-rw-r--r-- | src/analyze/analyze-srk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyze/analyze-srk.c b/src/analyze/analyze-srk.c index 6faf2c2..acfd8b0 100644 --- a/src/analyze/analyze-srk.c +++ b/src/analyze/analyze-srk.c @@ -38,7 +38,7 @@ int verb_srk(int argc, char *argv[], void *userdata) { "Refusing to write binary data to TTY, please redirect output to file."); if (fwrite(marshalled, 1, marshalled_size, stdout) != marshalled_size) - return log_error_errno(SYNTHETIC_ERRNO(EIO), "Failed to write SRK to stdout: %m"); + return log_error_errno(SYNTHETIC_ERRNO(EIO), "Failed to write SRK to stdout."); r = fflush_and_check(stdout); if (r < 0) |