GitHub user haoyixin opened a pull request:

    https://github.com/apache/mesos/pull/221

    Fixed a bug in the logging of cni isolator.

    the old errno would always be 0, and we can't get the reason that why 
execute ifconfig failed.
    
    so, we use the return value of spawn for WSTRINGIFYing error in log.
    
    and this fix format issue @haosdent 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/haoyixin/mesos bugfix-haoyixin

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/mesos/pull/221.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #221
    
----
commit 614291bede5d137d7d17e993c97a2aea42182abc
Author: haoyixin <haoyixin@haoyixintekimacbook-air.local>
Date:   2017-06-20T06:38:31Z

    Fixed a bug in the logging of cni isolator.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to