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
ISC Open Source Projects
Kea
Commits
0ecb8070
Commit
0ecb8070
authored
May 06, 2011
by
Naoki Kambe
Browse files
Merge branch 'trac620'
Conflicts: ChangeLog
parents
fa321eca
5a4d6911
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
0ecb8070
230. [bug] naokikambe
Removed too repeated verbose messages in two cases of:
- when auth sends statistics data to stats
- when stats receives statistics data from other modules
(Trac#620, git #TBD)
229. [doc] jreed
Add manual page for b10-host.
(git a437d4e26b81bb07181ff35a625c540703eee845)
...
...
src/bin/auth/statistics.cc
View file @
0ecb8070
...
...
@@ -91,10 +91,6 @@ AuthCountersImpl::submitStatistics() const {
const
int
seq
=
statistics_session_
->
group_sendmsg
(
statistics_element
,
"Stats"
);
isc
::
data
::
ConstElementPtr
env
,
answer
;
if
(
verbose_mode_
)
{
std
::
cerr
<<
"[b10-auth] "
<<
"send statistics data"
<<
std
::
endl
;
}
// TODO: parse and check response from statistics module
// currently it just returns empty message
statistics_session_
->
group_recvmsg
(
env
,
answer
,
false
,
seq
);
...
...
src/bin/stats/stats.py.in
View file @
0ecb8070
...
...
@@ -276,9 +276,6 @@ class CCSessionListener(Listener):
"""
handle set command
"""
if self.verbose:
sys.stdout.write("[b10-stats] 'set' command received, args: "+str(args)+"\n")
# 'args' must be dictionary type
self.stats_data.update(args['stats_data'])
...
...
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