| commit | 6cd932e8960dce3a46e95e0d14eaf040ff8532e2 | [log] [download] |
|---|---|---|
| author | Kir Kolyshkin <kir@openvz.org> | Mon May 16 02:07:56 2011 +0400 |
| committer | Kir Kolyshkin <kir@openvz.org> | Mon May 16 02:09:21 2011 +0400 |
| tree | 043ce879f7b5aad90d42449903fbd31cd14a19e4 | |
| parent | 3986c7346042e23e259683aa2afeaa080600b914 [diff] |
vps_parse_config(): better warnings/errors while parsing config
1. s/dup/duplicate/
2. Always say parameter, value, file name and line number, so it's easy
to track down what's wrong. Compare:
Warning: dup for LOGGING=no in line 9 is ignored
and
Warning at /etc/vz/vz.conf:9: duplicate for LOGGING ("no"), ignored
3. Unify messages (was/is// etc)
Signed-off-by: Kir Kolyshkin <kir@openvz.org>