fix typo
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
867ce3587b
commit
7be0a3fd1f
@ -1326,7 +1326,7 @@ impl DataStore {
|
||||
}
|
||||
let file = std::fs::File::open(self.base_path())?;
|
||||
let fd = file.as_raw_fd();
|
||||
log::info!("syncinc filesystem");
|
||||
log::info!("syncing filesystem");
|
||||
if unsafe { libc::syncfs(fd) } < 0 {
|
||||
bail!("error during syncfs: {}", std::io::Error::last_os_error());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user