Index: trunk/src/sync/api/sync_error.cc |
=================================================================== |
--- trunk/src/sync/api/sync_error.cc (revision 289114) |
+++ trunk/src/sync/api/sync_error.cc (working copy) |
@@ -149,7 +149,7 @@ |
void SyncError::PrintLogError() const { |
logging::LogSeverity logSeverity = |
(GetSeverity() == SYNC_ERROR_SEVERITY_INFO) |
- ? logging::LOG_VERBOSE : logging::LOG_ERROR; |
+ ? logging::LOG_INFO : logging::LOG_ERROR; |
LAZY_STREAM(logging::LogMessage(location_->file_name(), |
location_->line_number(), |