Disabled IconDatabase logging by default
* platform/Logging.cpp:
(WebCore::):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16565
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-09-25 Brady Eidson <beidson@apple.com>
+
+ Requested by ggaren
+
+ Disabled IconDatabase logging by default
+
+ * platform/Logging.cpp:
+ (WebCore::):
+
2006-09-25 Steve Falkenburg <sfalken@apple.com>
Build fix
WTFLogChannel LogEditing = { 0x00000100, "WebCoreLogLevel", WTFLogChannelOff };
WTFLogChannel LogTextConversion = { 0x00000200, "WebCoreLogLevel", WTFLogChannelOff };
-WTFLogChannel LogIconDatabase = { 0x00000400, "WebCoreLogLevel", WTFLogChannelOn };
+WTFLogChannel LogIconDatabase = { 0x00000400, "WebCoreLogLevel", WTFLogChannelOff };
WTFLogChannel LogSQLDatabase = { 0x00000800, "WebCoreLogLevel", WTFLogChannelOff };
}