mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[3399] Parameters are now printed during exception
This commit is contained in:
parent
fe739cf853
commit
6e4dd3ae58
@ -97,7 +97,8 @@ ControlledDhcpv4Srv::processCommand(const string& command,
|
||||
return (answer);
|
||||
} catch (const Exception& ex) {
|
||||
return (isc::config::createAnswer(1, "Error while processing command '"
|
||||
+ command + "':" + ex.what()));
|
||||
+ command + "':" + ex.what() +
|
||||
", params: '" + args->str() + "'"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user