| Index: chrome/test/page_cycler/page_cycler_test.cc
|
| ===================================================================
|
| --- chrome/test/page_cycler/page_cycler_test.cc (revision 63075)
|
| +++ chrome/test/page_cycler/page_cycler_test.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -148,7 +148,7 @@
|
| ++loaded;
|
| }
|
| }
|
| - LOG(INFO) << "Buffer cache should be primed with " << loaded << " files.";
|
| + VLOG(1) << "Buffer cache should be primed with " << loaded << " files.";
|
| }
|
|
|
| class PageCyclerTest : public UIPerfTest {
|
|
|