io_u: Add a debug message in fill_io_u()
authorBart Van Assche <bvanassche@acm.org>
Wed, 22 Feb 2023 21:40:30 +0000 (13:40 -0800)
committerBart Van Assche <bvanassche@acm.org>
Wed, 22 Feb 2023 21:55:19 +0000 (13:55 -0800)
commit629eda50301dd471390c325891c1c1447282fbba
treeb4eb9be9d21e24f157613f07cd57e2bca84c0a54
parent6946ad5940565d573d85e210b8ea4da5884f0323
io_u: Add a debug message in fill_io_u()

A debug message is logged before each 'return io_u_eof' statement in
fill_io_u() except one. Hence add a debug message in front of that one
return statement.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
io_u.c