We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d02f4 commit 79b57e5Copy full SHA for 79b57e5
src/lib/process/log_parser.cc
@@ -88,9 +88,9 @@ void LogConfigParser::parseConfigEntry(isc::data::ConstElementPtr entry) {
88
isc_throw(BadValue, "");
89
}
90
} catch (...) {
91
- isc_throw(BadValue, "Unsupported debuglevel value '"
92
- << debuglevel_ptr->stringValue()
93
- << "', expected 0-99 ("
+ isc_throw(BadValue, "Unsupported debuglevel value "
+ << debuglevel_ptr->intValue()
+ << ", expected 0-99 ("
94
<< debuglevel_ptr->getPosition() << ")");
95
96
0 commit comments