waffle_dl: Fix missing format string parameter
commit31bd7b72d1246dc94063e84f5cb6387578f360fb
authorSimon McVittie <smcv@collabora.com>
Mon, 29 Nov 2021 16:52:01 +0000 (29 16:52 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 30 Nov 2021 21:11:04 +0000 (30 21:11 +0000)
tree4969c21c952fee5ce33f4d74678aa0c83c04c42b
parent0d3ac7c1b0d9aeb6a90363b9b477b028bcc156b1
waffle_dl: Fix missing format string parameter

Previously, this would print whatever uninitialized value happened to
be on the stack.

Signed-off-by: Simon McVittie <smcv@collabora.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
src/waffle/api/waffle_dl.c