Merge commit '9d0f6dfdc1ac0b9374acf51572f273e9c9bbc9f9' into kraken

* commit '9d0f6dfdc1ac0b9374acf51572f273e9c9bbc9f9':
  Fix build
This commit is contained in:
Jean-Baptiste Queru
2010-03-29 13:01:26 -07:00
committed by Android Git Automerger

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