| Index: chrome/browser/sync_file_system/local/root_delete_helper.cc | 
| diff --git a/chrome/browser/sync_file_system/local/root_delete_helper.cc b/chrome/browser/sync_file_system/local/root_delete_helper.cc | 
| index 56fdb1facf4766ba669330ca65c04419abb77f8c..8ab21da5ddf240cd6275a66d891410d938575b7f 100644 | 
| --- a/chrome/browser/sync_file_system/local/root_delete_helper.cc | 
| +++ b/chrome/browser/sync_file_system/local/root_delete_helper.cc | 
| @@ -56,7 +56,7 @@ RootDeleteHelper::~RootDeleteHelper() { | 
| } | 
|  | 
| void RootDeleteHelper::Run() { | 
| -  util::Log(logging::LOG_INFO, FROM_HERE, | 
| +  util::Log(logging::LOG_VERBOSE, FROM_HERE, | 
| "Deleting the entire local filesystem for remote root deletion: " | 
| "%s", url_.DebugString().c_str()); | 
|  | 
|  |