-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58287/#review171615
-----------------------------------------------------------




3rdparty/libprocess/src/process.cpp
Lines 2362-2363 (patched)
<https://reviews.apache.org/r/58287/#comment244566>

    can we do
    
    ```
     << "Failed to shutdown socket with fd " << socket.get()
     << ", address " << stringify(socket.address.get())
     << ": " << shutdown.error();
    ```


- Vinod Kone


On April 10, 2017, 7:17 a.m., Andy Pang wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/58287/
> -----------------------------------------------------------
> 
> (Updated April 10, 2017, 7:17 a.m.)
> 
> 
> Review request for mesos, Jie Yu and Vinod Kone.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Print corresponding address when socket shutdown.
> Default just print socket 'fd',it's not convenient
> to find corresponding address.
> 
> 
> Diffs
> -----
> 
>   3rdparty/libprocess/src/process.cpp d0cba0c 
> 
> 
> Diff: https://reviews.apache.org/r/58287/diff/1/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Andy Pang
> 
>

Reply via email to