summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--InCallUI/src/com/android/incallui/CallCardPresenter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/InCallUI/src/com/android/incallui/CallCardPresenter.java b/InCallUI/src/com/android/incallui/CallCardPresenter.java
index 07feb2950..97e8965e2 100644
--- a/InCallUI/src/com/android/incallui/CallCardPresenter.java
+++ b/InCallUI/src/com/android/incallui/CallCardPresenter.java
@@ -657,7 +657,7 @@ public class CallCardPresenter extends Presenter<CallCardPresenter.CallCardUi>
public void secondaryInfoClicked() {
if (mSecondary == null) {
- Log.wtf(this, "Secondary info clicked but no secondary call.");
+ Log.w(this, "Secondary info clicked but no secondary call.");
return;
}