• Poul-Henning Kamp's avatar
    Merge from VTEST: · 24455b70
    Poul-Henning Kamp authored
        Avoid VSB_printf for static strings
    
        Done with the following semantic patch for Coccinelle:
    
            @@
            expression vsb, fmt;
            @@
    
            - VSB_printf(vsb, fmt);
            + VSB_cat(vsb, fmt);
    
        This patch is available in the Varnish source tree.
    24455b70
vtc_log.c 6.77 KB