transport: fix LOG_DEBUG gaffe
LOG_DEBUG() arguments are only evaluated when DEBUG logging
is enabled, do not use arguments that have side effects
like foo++.
Signed-off-by:
Øyvind Harboe <oyvind.harboe@zylin.com>
Please register or sign in to comment