Index: base/threading/thread_restrictions.cc |
diff --git a/base/threading/thread_restrictions.cc b/base/threading/thread_restrictions.cc |
index 871f2dc874c3faabce91e0d85f29075548715fd3..79b3e6ab88df2992053a56288333532bdaf028bd 100644 |
--- a/base/threading/thread_restrictions.cc |
+++ b/base/threading/thread_restrictions.cc |
@@ -35,7 +35,7 @@ bool ThreadRestrictions::SetIOAllowed(bool allowed) { |
// static |
void ThreadRestrictions::AssertIOAllowed() { |
if (g_io_disallowed.Get().Get()) { |
- LOG(FATAL) << |
+ LOG(ERROR) << |
"Function marked as IO-only was called from a thread that " |
"disallows IO! If this thread really should be allowed to " |
"make IO calls, adjust the call to " |