| Index: content/browser/service_worker/embedded_worker_instance.cc
|
| diff --git a/content/browser/service_worker/embedded_worker_instance.cc b/content/browser/service_worker/embedded_worker_instance.cc
|
| index 5bee584a60c9f391479dce2c425206f6e7f175b4..4aed03ff82a51cd65a2e7578bda5e9b24fe9a98b 100644
|
| --- a/content/browser/service_worker/embedded_worker_instance.cc
|
| +++ b/content/browser/service_worker/embedded_worker_instance.cc
|
| @@ -515,7 +515,7 @@ void EmbeddedWorkerInstance::StopIfIdle() {
|
| // Check ShouldNotifyWorkerStopIgnored not to show the same message
|
| // multiple times in DevTools.
|
| if (devtools_proxy_->ShouldNotifyWorkerStopIgnored()) {
|
| - AddMessageToConsole(blink::WebConsoleMessage::LevelDebug,
|
| + AddMessageToConsole(blink::WebConsoleMessage::LevelVerbose,
|
| kServiceWorkerTerminationCanceledMesage);
|
| devtools_proxy_->WorkerStopIgnoredNotified();
|
| }
|
|
|