mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-26 06:59:28 +02:00
Fix typo
This commit is contained in:
parent
f7b2d2cf23
commit
4efa7668c8
@ -55,7 +55,7 @@ impl<'a> Drop for MountStack<'a> {
|
||||
while let Some(target) = self.targets.pop() {
|
||||
debug!("Unmounting {}", target.display());
|
||||
if !umount(target).is_ok() {
|
||||
warn!("Unable to mount {}", target.display());
|
||||
warn!("Unable to umount {}", target.display());
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user