]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
util/logging: fix print format string
authorDaniel Wagner <wagi@kernel.org>
Mon, 17 Feb 2025 14:20:10 +0000 (15:20 +0100)
committerDaniel Wagner <wagi@monom.org>
Mon, 17 Feb 2025 14:25:00 +0000 (15:25 +0100)
commit359a3d179c9e51762a7005c85ce4b9d2ff98afce
tree8c24bad45301246136622fcfe67b619f50f332ec
parentb11572084d255e1970bb359fc6fc202f3ec32723
util/logging: fix print format string

Let's cast it to the longest type which works on 32bit and 64bit.

Signed-off-by: Daniel Wagner <wagi@kernel.org>
util/logging.c