summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmelle Laine <armellel@google.com>2021-04-10 05:41:49 +0000
committerArmelle Laine <armellel@google.com>2021-04-10 05:41:49 +0000
commita41028ab5d2997449eb0d865d34c377cd6fde4f6 (patch)
tree541b0e6488744cc5e33c05a3002ef317f14922f1
parent8d60f0f76fd9d2587a9547013283affb002732a2 (diff)
downloadgatekeeper-a41028ab5d2997449eb0d865d34c377cd6fde4f6.tar.gz
Change TLOGI calls in normal execution path to TLOGD
The log statements clutter the early boot log. Bug: 184759599 Change-Id: Ibe5b286a440fe11c94ded2b5db357623fa589799
-rw-r--r--ipc/gatekeeper_ipc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/gatekeeper_ipc.cpp b/ipc/gatekeeper_ipc.cpp
index 889ed4f..9994697 100644
--- a/ipc/gatekeeper_ipc.cpp
+++ b/ipc/gatekeeper_ipc.cpp
@@ -297,7 +297,7 @@ int main(void) {
long rc;
uevent_t event;
- TLOGI("Initializing\n");
+ TLOGD("Initializing\n");
device = new TrustyGateKeeper();