summaryrefslogtreecommitdiffstats
path: root/chrome_frame/urlmon_moniker.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/urlmon_moniker.h')
-rw-r--r--chrome_frame/urlmon_moniker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/urlmon_moniker.h b/chrome_frame/urlmon_moniker.h
index 9c456b4..a5b7fdf 100644
--- a/chrome_frame/urlmon_moniker.h
+++ b/chrome_frame/urlmon_moniker.h
@@ -101,7 +101,7 @@ class NavigationManager {
// Called to set the current top level URL that's being navigated to.
void set_url(const wchar_t* url) {
- DLOG(INFO) << __FUNCTION__ << " " << url;
+ DVLOG(1) << __FUNCTION__ << " " << url;
url_ = url;
}