Fix build

Change-Id: I8c68731786ab648dc916b09333b67acb26f81594
This commit is contained in:
Jean-Baptiste Queru
2010-03-29 12:55:09 -07:00
parent 7e31b282dd
commit 9d0f6dfdc1

View File

@@ -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);
}
}
}