trivial format string fix in dccp_send
authorAndre <maan@p133.(none)>
Thu, 13 Jul 2006 11:24:52 +0000 (13:24 +0200)
committerAndre <maan@p133.(none)>
Thu, 13 Jul 2006 11:24:52 +0000 (13:24 +0200)
dccp_send.c

index 3592a2827a70b2441bc51a1bd6cbe7e1181d7374..f05e5bdd53e432b10c7e08dcf823619f08df0373 100644 (file)
@@ -132,7 +132,7 @@ again:
        if (ret < 0) {
                if (errno != EAGAIN || !retries++ > DCCP_RETRIES)
                        goto err_out;
        if (ret < 0) {
                if (errno != EAGAIN || !retries++ > DCCP_RETRIES)
                        goto err_out;
-               PARA_DEBUG_LOG("EAGAIN #%d@%d/%d\n", retries, written, len);
+               PARA_DEBUG_LOG("EAGAIN #%zd@%zd/%d\n", retries, written, len);
                goto again;
        }
        retries = 0;
                goto again;
        }
        retries = 0;