diff options
Diffstat (limited to 'ceee/ie/plugin/bho/executor.cc')
-rw-r--r-- | ceee/ie/plugin/bho/executor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ceee/ie/plugin/bho/executor.cc b/ceee/ie/plugin/bho/executor.cc index f8dd815..00571d4 100644 --- a/ceee/ie/plugin/bho/executor.cc +++ b/ceee/ie/plugin/bho/executor.cc @@ -880,7 +880,7 @@ STDMETHODIMP CeeeExecutor::InsertCode(BSTR code, BSTR file, BOOL all_frames, hr = frame_handler_host->InsertCode(code, file, all_frames, type); if (FAILED(hr)) { - NOTREACHED() << "Failed to insert code. " << com::LogHr(hr); + LOG(ERROR) << "Failed to insert code. " << com::LogHr(hr); return hr; } |