Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / download / download_status_updater_win.cc
index 5ab6d8f..47ed35b 100644 (file)
@@ -28,7 +28,7 @@ void UpdateTaskbarProgressBar(int download_count,
   HRESULT result = taskbar.CreateInstance(CLSID_TaskbarList, NULL,
                                           CLSCTX_INPROC_SERVER);
   if (FAILED(result)) {
-    VLOG(1) << "Failed creating a TaskbarList object: " << result;
+    DVLOG(1) << "Failed creating a TaskbarList object: " << result;
     return;
   }