Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
415
Issues
415
List
Boards
Labels
Service Desk
Milestones
Merge Requests
67
Merge Requests
67
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
b8960ab8
Commit
b8960ab8
authored
Mar 07, 2012
by
Jelte Jansen
Browse files
Options
Browse Files
Download
Plain Diff
[master] Merge branch 'trac1741'
parents
f537c7e1
81d73859
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
src/bin/resolver/main.cc
src/bin/resolver/main.cc
+2
-1
src/bin/resolver/resolver_messages.mes
src/bin/resolver/resolver_messages.mes
+1
-1
No files found.
src/bin/resolver/main.cc
View file @
b8960ab8
...
...
@@ -100,7 +100,8 @@ my_command_handler(const string& command, ConstElementPtr args) {
return
(
answer
);
}
}
LOG_DEBUG
(
resolver_logger
,
RESOLVER_DBG_INIT
,
RESOLVER_SHUTDOWN
);
LOG_DEBUG
(
resolver_logger
,
RESOLVER_DBG_INIT
,
RESOLVER_SHUTDOWN_RECEIVED
);
io_service
.
stop
();
}
...
...
src/bin/resolver/resolver_messages.mes
View file @
b8960ab8
...
...
@@ -247,6 +247,6 @@ The log message shows the query in the form of <query name>/<query
type>/<query class>, and the client that sends the query in the form of
<Source IP address>#<source port>.
% RESOLVER_SHUTDOWN
asked to shut down, doing so
% RESOLVER_SHUTDOWN
_RECEIVED received command to shut down
A debug message noting that the server was asked to terminate and is
complying to the request.
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