summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2013-04-04 14:36:52 -0700
committerKristian Monsen <kristianm@google.com>2013-04-04 14:36:52 -0700
commit76bdf274a35fbc9f94d90438e38cab35b1e9f4da (patch)
treeda4fb37d0ab4daed2f9f27fb7e0c17ece626fa42
parentc15e83e3313f9adc8c47e19be5d8218738b663d0 (diff)
downloadwebkit-76bdf274a35fbc9f94d90438e38cab35b1e9f4da.tar.gz
Rename old chromium logtag to chromium_net
This is to make it easier to see what is from the chromium library and what is from the chromium_net library. Change-Id: Idb3a660aa7d864d68691743bd15f0ce59cd4dae2
-rw-r--r--Source/WebKit/android/WebCoreSupport/ChromiumInit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/android/WebCoreSupport/ChromiumInit.cpp b/Source/WebKit/android/WebCoreSupport/ChromiumInit.cpp
index 500975c87..8543c8da9 100644
--- a/Source/WebKit/android/WebCoreSupport/ChromiumInit.cpp
+++ b/Source/WebKit/android/WebCoreSupport/ChromiumInit.cpp
@@ -52,7 +52,7 @@ bool logMessageHandler(int severity, const char* file, int line, size_t message_
androidSeverity = ANDROID_LOG_VERBOSE;
break;
}
- android_printLog(androidSeverity, "chromium", "%s:%d: %s", file, line, str.c_str());
+ android_printLog(androidSeverity, "chromium_net", "%s:%d: %s", file, line, str.c_str());
return false;
}