varnish / varnish-modules

Collection of Varnish Cache modules (vmods) by Varnish Software
Other
182 stars 86 forks source link

Fix log message #117

Closed uhliarik closed 5 years ago

uhliarik commented 6 years ago

Fixes log message - use correct variable in log message and correct format (on i686, I was not able to build varnish-modules):

vmod_tcp.c: In function 'vmod_set_socket_pace': vmod_tcp.c:177:74: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'VCL_INT' {aka 'long long int'} [-Werror=format=] VSLb(ctx->vsl, SLT_VCL_Log, "vmod-tcp: Socket paced to %lu KB/s.", rate); ^ ~~ %llu

dridi commented 5 years ago

I believe this was fixed with the patch submitted in #122.