commit | dc2e185a48f043a77364052d0b120d39700f3b45 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Thu Jun 16 17:52:20 2011 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Thu Jun 16 18:04:37 2011 +0400 |
tree | a443d7c3949425a49fb6da26f5594607734c2c2d | |
parent | b54383ef3024ee3a101ddb1269052c833e5a6004 [diff] |
init.d/vzeventd-redhat: fix warning message Apparently print_warning only accepts $1 as an argument, not $*, so the second part of the message was not printed: Checking vzevent kernel module ... [FAILED] vzevent module should be loaded with [WARNING] Fix it. Signed-off-by: Kir Kolyshkin <kir@openvz.org>