diff options
-rw-r--r-- | InCallUI/src/com/android/incallui/CallCardPresenter.java | 2 |
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 aead4c866..9e7273054 100644 --- a/InCallUI/src/com/android/incallui/CallCardPresenter.java +++ b/InCallUI/src/com/android/incallui/CallCardPresenter.java @@ -656,7 +656,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; } |