diff --git a/src/lib/dhcp/pkt_filter_lpf.cc b/src/lib/dhcp/pkt_filter_lpf.cc index 37ce7c2d14..69bdecc0e1 100644 --- a/src/lib/dhcp/pkt_filter_lpf.cc +++ b/src/lib/dhcp/pkt_filter_lpf.cc @@ -192,7 +192,7 @@ PktFilterLPF::openSocket(Iface& iface, int enable = 1; if (setsockopt(sock, SOL_SOCKET, SO_TIMESTAMP, &enable, sizeof(enable))) { const char* errmsg = strerror(errno); - isc_throw(SocketConfigError, "Can not enable SO_TIMESTAMP for " << addr.toText() + isc_throw(SocketConfigError, "Could not enable SO_TIMESTAMP for " << addr.toText() << ", error: " << errmsg); } #endif