Fix missing ALOG argument
Change-Id: If0dca499c884100f296d38bcde7183b186bca44c
diff --git a/keystore/keystore.cpp b/keystore/keystore.cpp
index e3c30b5..c7e1a72 100644
--- a/keystore/keystore.cpp
+++ b/keystore/keystore.cpp
@@ -1819,7 +1819,7 @@
// Sanity check that the new user has an empty keystore.
if (!mKeyStore->isEmpty(userId)) {
- ALOGW("New user %d's keystore not empty. Clearing old entries.");
+ ALOGW("New user %d's keystore not empty. Clearing old entries.", userId);
}
// Unconditionally clear the keystore, just to be safe.
mKeyStore->resetUser(userId, false);