Index: base/event_trace_consumer_win_unittest.cc |
=================================================================== |
--- base/event_trace_consumer_win_unittest.cc (revision 62784) |
+++ base/event_trace_consumer_win_unittest.cc (working copy) |
@@ -178,7 +178,7 @@ |
HRESULT hr = controller.StartRealtimeSession(kTestSessionName, 100 * 1024); |
if (hr == E_ACCESSDENIED) { |
- LOG(INFO) << "You must be an administrator to run this test on Vista"; |
+ VLOG(1) << "You must be an administrator to run this test on Vista"; |
return; |
} |
@@ -210,7 +210,7 @@ |
EtwTraceController controller; |
HRESULT hr = controller.StartRealtimeSession(kTestSessionName, 100 * 1024); |
if (hr == E_ACCESSDENIED) { |
- LOG(INFO) << "You must be an administrator to run this test on Vista"; |
+ VLOG(1) << "You must be an administrator to run this test on Vista"; |
return; |
} |
@@ -328,7 +328,7 @@ |
PEVENT_TRACE trace = NULL; |
HRESULT hr = RoundTripEvent(&event.header, &trace); |
if (hr == E_ACCESSDENIED) { |
- LOG(INFO) << "You must be an administrator to run this test on Vista"; |
+ VLOG(1) << "You must be an administrator to run this test on Vista"; |
return; |
} |
ASSERT_TRUE(NULL != trace); |