Merge \\\"ueventd: Remove verbose restorecon_recursive: message\\\" am: 345754313e am: 2d5dfa89ae
am: 45d9f24cd4
Change-Id: I4f981f795101ab784dfa42aa7de698d66a39baac
This commit is contained in:
commit
16efc4d63e
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ static void fixup_sys_perms(const char* upath, const char* subsystem) {
|
|||
}
|
||||
|
||||
if (access(path.c_str(), F_OK) == 0) {
|
||||
LOG(INFO) << "restorecon_recursive: " << path;
|
||||
LOG(VERBOSE) << "restorecon_recursive: " << path;
|
||||
restorecon_recursive(path.c_str());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue