diff options
Diffstat (limited to 'chrome/app/chrome_dll_main.cc')
-rw-r--r-- | chrome/app/chrome_dll_main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc index 88bd250..f3abd2a 100644 --- a/chrome/app/chrome_dll_main.cc +++ b/chrome/app/chrome_dll_main.cc @@ -273,7 +273,7 @@ static void AdjustLinuxOOMScore(const std::string& process_type) { } else if (process_type == switches::kExtensionProcess || process_type == switches::kRendererProcess) { // Set in chrome/browser/zygote_host_linux.cc. - NOTREACHED() << "process type " << process_type + NOTREACHED() << "process type '" << process_type << "' " << "should go through the zygote."; } else { NOTREACHED() << "Unknown process type"; |