diff options
Diffstat (limited to 'lib/op-open.c')
-rw-r--r-- | lib/op-open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/op-open.c b/lib/op-open.c index e7630d1..2d5b480 100644 --- a/lib/op-open.c +++ b/lib/op-open.c @@ -250,7 +250,7 @@ ssize_t wimaxll_recv(struct wimaxll_handle *wmx) } while ((ctx.result == -EINPROGRESS || ctx.result == -ENODATA) && result >= 0); if (result < 0) - wimaxll_msg(wmx, "E: %s: nl_recvmgsgs failed: %d\n", + wimaxll_msg(wmx, "E: %s: nl_recvmgsgs failed: %zd\n", __func__, result); else result = ctx.result; |