X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=setns.c;fp=setns.c;h=776804d358a57c5ec4fcd9f1e608ff27f8261997;hb=6b7a68f13c328f74592f5397e362ff6cabe4f209;hp=323825a8d3237ba96a0cf19f92a7ca2bf334545c;hpb=cda092bc58c7e5b85d730459add3084ecfe36c8c;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; }