diff options
| author | Patrick Scott <phanna@android.com> | 2010-01-19 09:19:15 -0500 |
|---|---|---|
| committer | Patrick Scott <phanna@android.com> | 2010-01-19 09:19:15 -0500 |
| commit | 6f473cc5d35ac6beed6d8c4bafdb37a0639ee08e (patch) | |
| tree | 97fc24163c1990ab36bf800eec9dfb2235744756 /WebKit/android | |
| parent | a520cef6897e57379002eb132d95e1ce434750f4 (diff) | |
| download | external_webkit-6f473cc5d35ac6beed6d8c4bafdb37a0639ee08e.zip external_webkit-6f473cc5d35ac6beed6d8c4bafdb37a0639ee08e.tar.gz external_webkit-6f473cc5d35ac6beed6d8c4bafdb37a0639ee08e.tar.bz2 | |
Change LOGE to LOGV.
Diffstat (limited to 'WebKit/android')
| -rw-r--r-- | WebKit/android/jni/WebCoreFrameBridge.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/jni/WebCoreFrameBridge.cpp b/WebKit/android/jni/WebCoreFrameBridge.cpp index d6570d0..a7a93d5 100644 --- a/WebKit/android/jni/WebCoreFrameBridge.cpp +++ b/WebKit/android/jni/WebCoreFrameBridge.cpp @@ -1524,7 +1524,7 @@ static void OrientationChanged(JNIEnv *env, jobject obj, int orientation) TimeCounterAuto counter(TimeCounter::NativeCallbackTimeCounter); #endif WebCore::Frame* pFrame = GET_NATIVE_FRAME(env, obj); - LOGE("Sending orientation: %d", orientation); + LOGV("Sending orientation: %d", orientation); pFrame->sendOrientationChangeEvent(orientation); } |
