From 9d0f6dfdc1ac0b9374acf51572f273e9c9bbc9f9 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Mon, 29 Mar 2010 12:55:09 -0700 Subject: [PATCH] Fix build Change-Id: I8c68731786ab648dc916b09333b67acb26f81594 --- services/java/com/android/server/InputMethodManagerService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/java/com/android/server/InputMethodManagerService.java b/services/java/com/android/server/InputMethodManagerService.java index e82996247835b..5bf66e4d12828 100644 --- a/services/java/com/android/server/InputMethodManagerService.java +++ b/services/java/com/android/server/InputMethodManagerService.java @@ -895,7 +895,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub try { sessionState.session.finishSession(); } catch (RemoteException e) { - Log.w(TAG, "Session failed to close due to remote exception", e); + Slog.w(TAG, "Session failed to close due to remote exception", e); } } }