decompress_iob(): Make a debug message that isn't supposed to be shown less verbose
authorFabian Keil <fk@fabiankeil.de>
Fri, 11 Sep 2020 12:26:03 +0000 (14:26 +0200)
committerFabian Keil <fk@fabiankeil.de>
Fri, 11 Sep 2020 14:35:40 +0000 (16:35 +0200)
commitebdff638af74b74396a918cc77bb1c2bc13becff
tree0bb063834d1fc3a9dcc0c62323a740e2e0d1fb37
parent833a71b634dbcaffc39bdd24f6a5f4614bb1c24b
decompress_iob(): Make a debug message that isn't supposed to be shown less verbose

Previously a bunch of details where included with incorrect
format specifiers. In practice the message isn't shown so
it should probably be replaced with an assertion.
parsers.c