GitHub user haoyixin opened a pull request: https://github.com/apache/mesos/pull/220
Fix a bug of logging in 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. You can merge this pull request into a Git repository by running: $ git pull https://github.com/haoyixin/mesos haoyixin Alternatively you can review and apply these changes as the patch at: https://github.com/apache/mesos/pull/220.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 #220 ---- commit be79049a7ffc11fd2914a0a2ef33343a05b9004f Author: haoyixin <haoyixin@haoyixintekimacbook-air.local> Date: 2017-06-20T06:07:38Z Fix a bug of logging in 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. ---