]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
[PATCH 1/3] API: fix mount/namespace error message
authorJiri Slaby <jslaby@suse.cz>
Tue, 4 Jan 2011 16:56:38 +0000 (17:56 +0100)
committerBalbir Singh <balbir@linux.vnet.ibm.com>
Wed, 5 Jan 2011 15:32:41 +0000 (21:02 +0530)
commit762d8da3a7fe43557cece69f64a7dbd426c22a02
tree5a88307bf5abbff3c0e0daec47566e107ed701f9
parent2e4a899096580875e6458c7cfcb96898e705514b
[PATCH 1/3] API: fix mount/namespace error message

When one passes no input to the parser, it spits out:
Cannot have mount and namespace keyword in the same configuration file
It's wrong, because we have none of them. So change it to:
Either mount or namespace keyword has to be specified in the configuration file

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com>
src/api.c