Fix wrong type in format string
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 17 Jun 2019 13:17:52 +0000 (15:17 +0200)
committerPetr Štetiar <ynezz@true.cz>
Mon, 17 Jun 2019 13:19:38 +0000 (15:19 +0200)
commitc057e177ace7704a3d4e2e1272baaf2e2d21cbed
treea3196ee530cc726683839585d82735df137a670f
parent41e4163b2e7f4c1c1f51cdfa487d6052ff859cf2
Fix wrong type in format string

GCC 9.1 complains about this wrong type used in the format string, fix
this to make the compiler happy.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
urngd.c