From 7eed474db429e88bcc6808a438ccc2cb18e210f6 Mon Sep 17 00:00:00 2001 From: Dmitry Shmidt Date: Thu, 28 Jul 2016 13:55:39 -0700 Subject: [PATCH] ueventd: Remove verbose restorecon_recursive: message Bug: 30478300 Change-Id: Ife69bb5644c3f65f3a256dc042ae1c7fbfb77729 Signed-off-by: Dmitry Shmidt --- init/devices.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/devices.cpp b/init/devices.cpp index 5e12f25d7..373177efd 100644 --- a/init/devices.cpp +++ b/init/devices.cpp @@ -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()); } }