| Index: chrome/browser/chromeos/login/user_image_downloader.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/user_image_downloader.cc (revision 63306)
|
| +++ chrome/browser/chromeos/login/user_image_downloader.cc (working copy)
|
| @@ -78,7 +78,7 @@
|
| LOG(ERROR) << "Didn't find image url in " << data;
|
| return;
|
| }
|
| - LOG(INFO) << "Sending request to " << image_url;
|
| + VLOG(1) << "Sending request to " << image_url;
|
| new ImageDownloader(this, GURL(image_url), auth_token_);
|
| }
|
| }
|
|
|