Index: chrome/renderer/safe_browsing/phishing_classifier.cc |
diff --git a/chrome/renderer/safe_browsing/phishing_classifier.cc b/chrome/renderer/safe_browsing/phishing_classifier.cc |
index 87be40a1a998c2183f57829d699505b2c7a012ad..78d67a2a3b17b278734efc7bb6e201753d46dfd0 100644 |
--- a/chrome/renderer/safe_browsing/phishing_classifier.cc |
+++ b/chrome/renderer/safe_browsing/phishing_classifier.cc |
@@ -193,7 +193,7 @@ void PhishingClassifier::TermExtractionFinished(bool success) { |
for (base::hash_map<std::string, double>::const_iterator it = |
features_->features().begin(); |
it != features_->features().end(); ++it) { |
- VLOG(2) << "Feature: " << it->first << " = " << it->second; |
+ DVLOG(2) << "Feature: " << it->first << " = " << it->second; |
bool result = hashed_features.AddRealFeature( |
crypto::SHA256HashString(it->first), it->second); |
DCHECK(result); |