summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-04 20:05:49 +0000
committerSteve Block <steveblock@google.com>2012-01-04 20:05:49 +0000
commita19954ab377b46dbcb9cbe8a6ab6d458f2e32bca (patch)
tree70d7654789e2e2e0daddabda4c1caabbd15ece78 /cmds
parent3b115238cf237a1d804c87da59f49c085daeeb9e (diff)
downloadframeworks_native-a19954ab377b46dbcb9cbe8a6ab6d458f2e32bca.zip
frameworks_native-a19954ab377b46dbcb9cbe8a6ab6d458f2e32bca.tar.gz
frameworks_native-a19954ab377b46dbcb9cbe8a6ab6d458f2e32bca.tar.bz2
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/156801 Bug: 5449033 Change-Id: Ib08fe86d23db91ee153e9f91a99a35c42b9208ea
Diffstat (limited to 'cmds')
-rw-r--r--cmds/keystore/keystore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/keystore/keystore.cpp b/cmds/keystore/keystore.cpp
index 4b4b9b9..d8380a5 100644
--- a/cmds/keystore/keystore.cpp
+++ b/cmds/keystore/keystore.cpp
@@ -796,7 +796,7 @@ int main(int argc, char* argv[]) {
} else {
send_code(sock, response);
}
- LOGI("uid: %d action: %c -> %d state: %d -> %d retry: %d",
+ ALOGI("uid: %d action: %c -> %d state: %d -> %d retry: %d",
cred.uid,
request, response,
old_state, keyStore.getState(),