mirror of
https://github.com/systemd/systemd.git
synced 2025-02-04 21:47:31 +03:00
machine-image: fix a debug log message
This commit is contained in:
parent
3a6ce860ac
commit
4c2e654b21
@ -375,7 +375,7 @@ static int image_make(
|
||||
}
|
||||
|
||||
if (ioctl(block_fd, BLKGETSIZE64, &size) < 0)
|
||||
log_debug_errno(errno, "Failed to issue BLKFLSBUF on device %s/%s, ignoring: %m", path, filename);
|
||||
log_debug_errno(errno, "Failed to issue BLKGETSIZE64 on device %s/%s, ignoring: %m", path, filename);
|
||||
|
||||
block_fd = safe_close(block_fd);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user