Index: content/browser/zygote_main_linux.cc |
diff --git a/content/browser/zygote_main_linux.cc b/content/browser/zygote_main_linux.cc |
index 2f156ed28a155bb289c639d59dc5f7352c172b18..55254f75b80aa5022379ced375c0f72720bc19fc 100644 |
--- a/content/browser/zygote_main_linux.cc |
+++ b/content/browser/zygote_main_linux.cc |
@@ -799,7 +799,10 @@ bool ZygoteMain(const MainFunctionParams& params, |
"Seccomp sandbox. Running renderers with Seccomp " |
"sandboxing disabled."; |
} else { |
- LOG(WARNING) << "Enabling experimental Seccomp sandbox."; |
+ // TODO(evan): switch to VLOG once we shake out all the sandbox bugs. |
+ LOG(WARNING) << "Enabling experimental Seccomp sandbox; if you encounter " |
+ << "any problems, please try running with " |
+ << "--disable-seccomp-sandbox and file bugs."; |
sandbox_flags |= ZygoteHost::kSandboxSeccomp; |
} |
} |