Merge \\\"ueventd: Remove verbose restorecon_recursive: message\\\" am: 345754313e am: 2d5dfa89ae

am: 45d9f24cd4

Change-Id: I4f981f795101ab784dfa42aa7de698d66a39baac
This commit is contained in:
Dmitry Shmidt 2016-07-28 22:25:40 +00:00 committed by android-build-merger
commit 16efc4d63e

View file

@ -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());
}
}