Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
457baf04
Commit
457baf04
authored
Oct 17, 2003
by
Leigh B. Stoller
Browse files
Kill off a bit more debugging output.
parent
1630611a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/tmcd.c
View file @
457baf04
...
...
@@ -2841,8 +2841,8 @@ COMMAND_PROTOTYPE(domounts)
client_writeback
(
sock
,
buf
,
strlen
(
buf
),
tcp
);
nrows
--
;
/* Leave this logging on all the time for now. */
info
(
"MOUNTS: %s"
,
buf
);
if
(
verbose
)
info
(
"MOUNTS: %s"
,
buf
);
}
mysql_free_result
(
res
);
...
...
@@ -3046,7 +3046,8 @@ COMMAND_PROTOTYPE(dorouting)
n
--
;
}
mysql_free_result
(
res
);
info
(
"ROUTES: %d routes in list
\n
"
,
nrows
);
if
(
verbose
)
info
(
"ROUTES: %d routes in list
\n
"
,
nrows
);
return
0
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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