| Index: Source/WebCore/loader/icon/IconLoader.cpp
|
| diff --git a/Source/WebCore/loader/icon/IconLoader.cpp b/Source/WebCore/loader/icon/IconLoader.cpp
|
| index 57145130b0644a7911c075ebe2a90fa07226f86d..f0ff14c0b6fcd6457c8ff3e6fbd6ebfe55d9552c 100644
|
| --- a/Source/WebCore/loader/icon/IconLoader.cpp
|
| +++ b/Source/WebCore/loader/icon/IconLoader.cpp
|
| @@ -95,7 +95,7 @@ void IconLoader::notifyFinished(CachedResource* resource)
|
| if (status && (status < 200 || status > 299))
|
| data = 0;
|
|
|
| - LOG(IconDatabase, "IconLoader::finishLoading() - Committing iconURL %s to database", resource->url().string().ascii().data());
|
| + LOG_INFO(IconDatabase, "IconLoader::finishLoading() - Committing iconURL %s to database", resource->url().string().ascii().data());
|
| m_frame->loader()->icon()->commitToDatabase(resource->url());
|
| // Setting the icon data only after committing to the database ensures that the data is
|
| // kept in memory (so it does not have to be read from the database asynchronously), since
|
|
|