| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index b5159df02a3e91b640f71dc37d0e5e82f77e634a..9754b8485f53e0cabb4f3055d7ff789a698af6c7 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -240,7 +240,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;
|
| }
|
| }
|
|
|
|
|