utils: Fix string format message
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 8 Sep 2019 16:28:52 +0000 (18:28 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 8 Sep 2019 16:29:46 +0000 (18:29 +0200)
commit487bd0d96c8fb9a53871134ebba7c0a66e286334
tree985e1eb67d2ad7bf3731458f35dd478cd1044ab8
parent4d0c703e750cdbaa7d8afc56de05bd1238e3c981
utils: Fix string format message

Fix the format string to match the size_t type, this fixes a build
problem on 64 bit platforms.

Fixes: 4d0c703e750c ("firewall3: Fix some format string problems")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
utils.c