diff options
Diffstat (limited to 'sync/api')
-rw-r--r-- | sync/api/sync_error.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/api/sync_error.cc b/sync/api/sync_error.cc index 4fc556b..666be5f 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(), |