mirror of
https://github.com/vgough/encfs.git
synced 2024-11-25 09:23:13 +01:00
Update message severity
This commit is contained in:
parent
8a6317eaaf
commit
bb5900dada
@ -768,7 +768,7 @@ static bool unmountFS(EncFS_Context *ctx) {
|
||||
else
|
||||
rc = system(("/sbin/umount "+std::string(arg->opts->mountPoint)).c_str());
|
||||
if (!rc) {
|
||||
RLOG(WARNING) << "Filesystem inactive, unmounted: " << arg->opts->mountPoint;
|
||||
RLOG(INFO) << "Filesystem inactive, unmounted: " << arg->opts->mountPoint;
|
||||
return true;
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user