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
e1706e6f
Commit
e1706e6f
authored
May 13, 2013
by
Martin Blix Grydeland
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some debugging printf's from varnishstat
parent
4e373b6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
varnishstat_curses.c
bin/varnishstat/varnishstat_curses.c
+0
-8
No files found.
bin/varnishstat/varnishstat_curses.c
View file @
e1706e6f
...
...
@@ -777,8 +777,6 @@ draw_screen(void)
static
void
handle_keypress
(
int
ch
)
{
fprintf
(
stderr
,
"key: 0x%x
\n
"
,
ch
);
switch
(
ch
)
{
case
KEY_UP
:
if
(
current
==
0
)
...
...
@@ -843,9 +841,6 @@ do_curses(struct VSM_data *vd, int delay)
double
now
;
struct
VSM_fantom
f_main
,
f_mgt
,
f_iter
;
AN
(
freopen
(
"errlog"
,
"w"
,
stderr
));
setbuf
(
stderr
,
NULL
);
(
void
)
delay
;
initscr
();
...
...
@@ -864,7 +859,6 @@ do_curses(struct VSM_data *vd, int delay)
VSC_C_main
=
VSC_Main
(
vd
,
&
f_main
);
while
(
keep_running
)
{
if
(
VSM_Abandoned
(
vd
))
{
fprintf
(
stderr
,
"abandoned
\n
"
);
delete_pt_list
();
VSM_Close
(
vd
);
if
(
VSM_Open
(
vd
)
<
0
)
...
...
@@ -904,6 +898,4 @@ do_curses(struct VSM_data *vd, int delay)
}
VSM_Close
(
vd
);
AZ
(
endwin
());
fclose
(
stderr
);
}
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