| Index: ipc/ipc_channel_posix.cc
|
| diff --git a/ipc/ipc_channel_posix.cc b/ipc/ipc_channel_posix.cc
|
| index f1aa048d0df26de9a5df0e34e90dea9c0333196b..9a7c55db6b8f4172e376b6d5b152915ff0a228b1 100644
|
| --- a/ipc/ipc_channel_posix.cc
|
| +++ b/ipc/ipc_channel_posix.cc
|
| @@ -469,7 +469,7 @@ bool Channel::ChannelImpl::CreatePipe(const IPC::ChannelHandle& channel_handle,
|
|
|
| bool Channel::ChannelImpl::Connect() {
|
| if (server_listen_pipe_ == -1 && pipe_ == -1) {
|
| - NOTREACHED() << "Must call create on a channel before calling connect";
|
| + DLOG(INFO) << "Must call create on a channel before calling connect";
|
| return false;
|
| }
|
|
|
|
|