}
if (fwrite(data, 1, size, f) != size)
- return log_error_errno(SYNTHETIC_ERRNO(EIO), "Failed to write credential data: %m");
+ return log_error_errno(SYNTHETIC_ERRNO(EIO), "Failed to write credential data.");
r = print_newline(f, data, size);
if (r < 0)
if (e->context->stdin) {
if (fwrite(contents, 1, contents_size, f) != contents_size)
return log_error_errno(SYNTHETIC_ERRNO(EIO),
- "Failed to copy input to temporary file '%s': %m", temp);
+ "Failed to copy input to temporary file '%s'.", temp);
} else {
r = populate_edit_temp_file(e, f, temp);
if (r < 0)