mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
helium/core/add-native-bangs: use VLOG() instead of LOG()
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
}
|
||||
|
||||
+void TemplateURLService::LoadBangs() {
|
||||
+ LOG(ERROR) << "LoadBangs() called";
|
||||
+ VLOG(2) << "LoadBangs() called";
|
||||
+ bang_manager_->LoadBangs(url_loader_factory_, prefs_.get(),
|
||||
+ base::BindOnce(&TemplateURLService::BangsLoadedCallback, base::Unretained(this)));
|
||||
+}
|
||||
|
||||
Reference in New Issue
Block a user