| Index: chrome/common/child_process.cc
|
| diff --git a/chrome/common/child_process.cc b/chrome/common/child_process.cc
|
| index dd6fd403d517b6202348db10860ccae131172158..af05a6594593a40e22cffba603b93fdb4ca4eb2d 100644
|
| --- a/chrome/common/child_process.cc
|
| +++ b/chrome/common/child_process.cc
|
| @@ -97,10 +97,10 @@ void ChildProcess::WaitForDebugger(const std::wstring& label) {
|
| // TODO(playmobil): In the long term, overriding this flag doesn't seem
|
| // right, either use our own flag or open a dialog we can use.
|
| // This is just to ease debugging in the interim.
|
| - LOG(WARNING) << label
|
| - << " ("
|
| - << getpid()
|
| - << ") paused waiting for debugger to attach @ pid";
|
| + LOG(ERROR) << label
|
| + << " ("
|
| + << getpid()
|
| + << ") paused waiting for debugger to attach @ pid";
|
| // Install a signal handler so that pause can be woken.
|
| struct sigaction sa;
|
| memset(&sa, 0, sizeof(sa));
|
|
|