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

am: 2d5dfa89ae

Change-Id: Id7351a80a2ec6e0a5867d182faf469b476e51113
This commit is contained in:
Dmitry Shmidt 2016-07-28 22:23:36 +00:00 committed by android-build-merger
commit 45d9f24cd4
1 changed files with 1 additions and 1 deletions

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