| commit | f13dc833f5bd9849ffb1e2e489f25ea45852f71a | [log] [download] |
|---|---|---|
| author | Kir Kolyshkin <kir@openvz.org> | Mon Mar 22 21:11:01 2010 +0300 |
| committer | Kir Kolyshkin <kir@openvz.org> | Mon Mar 22 21:11:01 2010 +0300 |
| tree | a99777ac86b74736e21600c3255e5cab6272ed8a | |
| parent | e49b9ea7bf34248a569c4635611d30099823b1d0 [diff] |
vzctl start: fix "Configure meminfo" message
(1) Make it say "Configuring meminfo"
(2) Remove the "if", user should guess that 0 is "none"
(3) Increase the log level so the message is not shown
by default (use --verbose to see it).
Indeed, this feature is not something that deserves a line
on its own while doing vzctl start.
Signed-off-by: Kir Kolyshkin <kir@openvz.org>