diff --git a/src/bin/dhcp4/ctrl_dhcp4_srv.cc b/src/bin/dhcp4/ctrl_dhcp4_srv.cc index dd7c943bcf..57bd677686 100644 --- a/src/bin/dhcp4/ctrl_dhcp4_srv.cc +++ b/src/bin/dhcp4/ctrl_dhcp4_srv.cc @@ -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() + "'")); } }