Ensure that we have no IO pending when sleeping
[fio.git] / client.c
index 3cb46ab1e4c81514f8a2d561770106b59d0de068..155eb72070038347e2857c26f71437aaa7f741b1 100644 (file)
--- a/client.c
+++ b/client.c
@@ -957,7 +957,7 @@ static void remove_reply_cmd(struct fio_client *client, struct fio_net_cmd *cmd)
        }
 
        if (!reply) {
-               log_err("fio: client: unable to find matching tag (%lx)\n", cmd->tag);
+               log_err("fio: client: unable to find matching tag (%llx)\n", (unsigned long long) cmd->tag);
                return;
        }