Index: app/x11_util.cc |
=================================================================== |
--- app/x11_util.cc (revision 66337) |
+++ app/x11_util.cc (working copy) |
@@ -56,7 +56,7 @@ |
const size_t kMaxCacheSize = 5; |
int DefaultX11ErrorHandler(Display* d, XErrorEvent* e) { |
- LOG(FATAL) << GetErrorEventDescription(d, e); |
+ LOG(ERROR) << GetErrorEventDescription(d, e); |
return 0; |
} |