Commit b003cb2f authored by Guillaume Quintard's avatar Guillaume Quintard

Invert desc/explanation in varnish-counters.7

Spotted by: hermunn
parent 98340a5f
......@@ -41,7 +41,7 @@
#define VSC_LEVEL_F(v,l,e,d) \
printf("%s – %s\n\t%s\n\n", l, e, d);
#define VSC_F(n, t, l, s, f, v, d, e) \
printf("%s – %s (%s)\n\t%s\n\n", #n, e, VSC_level_##v, d);
printf("%s – %s (%s)\n\t%s\n\n", #n, d, VSC_level_##v, e);
int main(int argc, char **argv)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment