| Index: chrome/common/service_process_util_posix.cc
|
| ===================================================================
|
| --- chrome/common/service_process_util_posix.cc (revision 63075)
|
| +++ chrome/common/service_process_util_posix.cc (working copy)
|
| @@ -52,7 +52,7 @@
|
| FILE* file = file_util::OpenFile(path, "wb+");
|
| if (!file)
|
| return;
|
| - LOG(INFO) << "Created Service Process lock file: " << path.value();
|
| + VLOG(1) << "Created Service Process lock file: " << path.value();
|
| file_util::TruncateFile(file) && file_util::CloseFile(file);
|
| }
|
|
|
|
|