Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index 0e38b9ceae3e5dcd100b66964411ab3b9868b504..6d795a3e9bd0841dec6bd95670db45662a62c4a4 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -235,7 +235,7 @@ static void GLibLogHandler(const gchar* log_domain, |
} else if (strstr(message, "Cannot do system-bus activation with no user")) { |
LOG(ERROR) << message << " (http://crbug.com/431005)"; |
} else { |
- LOG(DFATAL) << log_domain << ": " << message; |
+ LOG(ERROR) << log_domain << ": " << message; |
} |
} |