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>
1 file changed