Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP6
exfatprogs
0006-fsck-fix-error-messages-in-exfat_boot_regi...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0006-fsck-fix-error-messages-in-exfat_boot_region_check.patch of Package exfatprogs
From e76d9ad4a77fe643c311930b2f9743ecdc7525d8 Mon Sep 17 00:00:00 2001 From: Hyunchul Lee <hyc.lee@gmail.com> Date: Thu, 27 Aug 2020 17:01:27 +0900 Subject: [PATCH 6/9] fsck: fix error messages in exfat_boot_region_check Add new line characters. Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com> (cherry picked from commit 7c0f6847d62e0970ae5e9e1a0ce94e42d909d78e) Acked-by: David Disseldorp <ddiss@suse.de> --- fsck/fsck.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fsck/fsck.c b/fsck/fsck.c index a2ca143..2485d2e 100644 --- a/fsck/fsck.c +++ b/fsck/fsck.c @@ -771,12 +771,12 @@ static int exfat_boot_region_check(struct exfat *exfat, struct pbr **bs) )) { ret = read_boot_region(exfat->blk_dev, bs, BACKUP_BOOT_SEC_IDX); if (ret < 0) { - exfat_err("backup boot region is also corrupted"); + exfat_err("backup boot region is also corrupted\n"); return ret; } ret = restore_boot_region(exfat->blk_dev); if (ret < 0) { - exfat_err("failed to restore boot region from backup"); + exfat_err("failed to restore boot region from backup\n"); free(*bs); *bs = NULL; return ret; -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor