env.c: fix logger() arguments format warning

Fixed the following compilation warnings that were revealed
after applying commit 812467105eadaccd05e607257b33fd4e7e84d8c4

 CC     env.lo
env.c: In function ‘set_personality’:
env.c:61: warning: format ‘%#10.8x’ expects type ‘unsigned int’, but argument 4 has type ‘long unsigned int’
env.c: In function ‘_env_create’:
env.c:314: warning: format ‘%#10.8x’ expects type ‘unsigned int’, but argument 4 has type ‘__u64’
env.c: In function ‘fix_numiptent’:
env.c:529: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘long unsigned int’
env.c:529: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘long unsigned int’

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
1 file changed