| Index: sync/api/sync_error.cc
|
| diff --git a/sync/api/sync_error.cc b/sync/api/sync_error.cc
|
| index 4fc556b7c4b82a0f4a24b12fe93dbec285e7e978..666be5f68fd7b17f2056079b3f909bc3dec25359 100644
|
| --- a/sync/api/sync_error.cc
|
| +++ b/sync/api/sync_error.cc
|
| @@ -149,7 +149,7 @@ std::string SyncError::ToString() const {
|
| void SyncError::PrintLogError() const {
|
| logging::LogSeverity logSeverity =
|
| (GetSeverity() == SYNC_ERROR_SEVERITY_INFO)
|
| - ? logging::LOG_INFO : logging::LOG_ERROR;
|
| + ? logging::LOG_VERBOSE : logging::LOG_ERROR;
|
|
|
| LAZY_STREAM(logging::LogMessage(location_->file_name(),
|
| location_->line_number(),
|
|
|