X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setns.c;h=776804d358a57c5ec4fcd9f1e608ff27f8261997;hb=5c8286ad3229eae5ef787b63ad1eaf6e312279af;hp=323825a8d3237ba96a0cf19f92a7ca2bf334545c;hpb=8f0e621ac168f3374ee3956426a840caa79d36d6;p=lxc-userspace.git diff --git a/setns.c b/setns.c index 323825a..776804d 100644 --- a/setns.c +++ b/setns.c @@ -14,7 +14,7 @@ chfscontext(PyObject *self, PyObject *args) int fd = open(filepath, O_RDONLY); if (fd < 0) { - printf("Could not open ns file\n"); + //printf("Could not open ns file\n"); sts = -1; goto out; } @@ -38,7 +38,7 @@ chcontext(PyObject *self, PyObject *args) int fd = open(filepath, O_RDONLY); if (fd < 0) { - printf("Could not open ns file\n"); +// printf("Could not open ns file\n"); sts = -1; goto out; }