diff --git a/src/bin/dhcp6/dhcp6_dhcp4o6_ipc.cc b/src/bin/dhcp6/dhcp6_dhcp4o6_ipc.cc index 8d7552240b..31e52f7fd0 100644 --- a/src/bin/dhcp6/dhcp6_dhcp4o6_ipc.cc +++ b/src/bin/dhcp6/dhcp6_dhcp4o6_ipc.cc @@ -46,7 +46,6 @@ void Dhcp4o6Ipc::open() { } void Dhcp4o6Ipc::handler() { - std::cout << "handler" << std::endl; Dhcp4o6Ipc& ipc = Dhcp4o6Ipc::instance(); // Receive message from IPC. diff --git a/src/lib/dhcpsrv/dhcp4o6_ipc.h b/src/lib/dhcpsrv/dhcp4o6_ipc.h index d422ded64d..1b92326dad 100644 --- a/src/lib/dhcpsrv/dhcp4o6_ipc.h +++ b/src/lib/dhcpsrv/dhcp4o6_ipc.h @@ -40,7 +40,7 @@ public: /// /// When the DHCPv6 server receives the DHCPv4 query message it needs /// to forward it to the DHCPv4 server for processing. The DHCPv4 -/// server processes the message and responds with the DHCPv4 response +/// server processes the message and answers with the DHCPv4 response /// message to the DHCPv6 server. The server forwards it back to the /// client. This class implements the communication between the DHCPv4 /// and DHCPv6 servers to allow for transmission of the DHCPv4 query