commit | 7eed474db429e88bcc6808a438ccc2cb18e210f6 | [log] [tgz] |
---|---|---|
author | Dmitry Shmidt <dimitrysh@google.com> | Thu Jul 28 13:55:39 2016 -0700 |
committer | Dmitry Shmidt <dimitrysh@google.com> | Thu Jul 28 13:55:39 2016 -0700 |
tree | a4835e5391a9108e89eee09e378d737b0b8edb79 | |
parent | 44c909d46743f50f67aa4af03ff2588b3b7deb1c [diff] [blame] |
ueventd: Remove verbose restorecon_recursive: message Bug: 30478300 Change-Id: Ife69bb5644c3f65f3a256dc042ae1c7fbfb77729 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
diff --git a/init/devices.cpp b/init/devices.cpp index 5e12f25..373177e 100644 --- a/init/devices.cpp +++ b/init/devices.cpp
@@ -181,7 +181,7 @@ } if (access(path.c_str(), F_OK) == 0) { - LOG(INFO) << "restorecon_recursive: " << path; + LOG(VERBOSE) << "restorecon_recursive: " << path; restorecon_recursive(path.c_str()); } }