ueventd: Remove verbose restorecon_recursive: message

Bug: 30478300

Change-Id: Ife69bb5644c3f65f3a256dc042ae1c7fbfb77729
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
Dmitry Shmidt 2016-07-28 13:55:39 -07:00
parent 44c909d467
commit 7eed474db4
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());
}
}