diff options
author | Martijn Coenen <maco@google.com> | 2012-09-20 19:39:50 -0700 |
---|---|---|
committer | Martijn Coenen <maco@google.com> | 2012-09-20 19:39:50 -0700 |
commit | 46974c09ec89cea00242bb94fe8a3a356b239c18 (patch) | |
tree | 5d7eb2f1f1966368fc53ebe8c6dba05fc9ffb81e | |
parent | 0873b0517eb1ab968be90f66f0b3cdbbeb62f78c (diff) | |
download | packages_apps_nfc-46974c09ec89cea00242bb94fe8a3a356b239c18.zip packages_apps_nfc-46974c09ec89cea00242bb94fe8a3a356b239c18.tar.gz packages_apps_nfc-46974c09ec89cea00242bb94fe8a3a356b239c18.tar.bz2 |
Don't print error for resetting SE route.
Bug: 7113095
Change-Id: Iaa2e2b05244ec10392c98aa5dd0d5ee84e62e39f
-rwxr-xr-x | nci/jni/SecureElement.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nci/jni/SecureElement.cpp b/nci/jni/SecureElement.cpp index ff84bcc..b67ee66 100755 --- a/nci/jni/SecureElement.cpp +++ b/nci/jni/SecureElement.cpp @@ -1924,7 +1924,7 @@ bool SecureElement::routeToDefault () if (mCurrentRouteSelection == DefaultRoute) { - ALOGE ("%s: already default route", fn); + ALOGD ("%s: already default route", fn); return true; } |