Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
76144099
Commit
76144099
authored
Mar 09, 2016
by
Guillaume Quintard
Committed by
Lasse Karstensen
Jun 14, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Invert desc/explanation in varnish-counters.7
Spotted by: hermunn
parent
616e1b57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vsc2rst.c
bin/varnishstat/vsc2rst.c
+1
-1
No files found.
bin/varnishstat/vsc2rst.c
View file @
76144099
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment