| Index: chrome/browser/sync_file_system/drive_backend/sync_engine.cc | 
| diff --git a/chrome/browser/sync_file_system/drive_backend/sync_engine.cc b/chrome/browser/sync_file_system/drive_backend/sync_engine.cc | 
| index 066aa8ae8482e97c570d6d3498a2718ae6d63cd7..6f687d76f5b779538a527f9f2898e853b478ab20 100644 | 
| --- a/chrome/browser/sync_file_system/drive_backend/sync_engine.cc | 
| +++ b/chrome/browser/sync_file_system/drive_backend/sync_engine.cc | 
| @@ -658,7 +658,7 @@ void SyncEngine::UpdateServiceState(RemoteServiceState state, | 
| if (old_state == GetCurrentState()) | 
| return; | 
|  | 
| -  util::Log(logging::LOG_INFO, FROM_HERE, | 
| +  util::Log(logging::LOG_VERBOSE, FROM_HERE, | 
| "Service state changed: %d->%d: %s", | 
| old_state, GetCurrentState(), description.c_str()); | 
| FOR_EACH_OBSERVER( | 
|  |