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
f3538dd0
Commit
f3538dd0
authored
Jan 26, 2017
by
Tomek Mrugalski
🛰
Browse files
[5019_rebase] Position printed in the first createSubnet exception
parent
40f36afc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/parsers/dhcp_parsers.cc
View file @
f3538dd0
...
...
@@ -1096,7 +1096,7 @@ SubnetConfigParser::createSubnet(ConstElementPtr params) {
// rethrow with precise error
isc_throw
(
DhcpConfigError
,
"mandatory 'subnet' parameter is missing for a subnet being"
" configured"
);
" configured
("
<<
params
->
getPosition
()
<<
")
"
);
}
// Remove any spaces or tabs.
...
...
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