]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[experiments/fuzz] Debug message added.
authorTomek Mrugalski <tomasz@isc.org>
Mon, 21 Nov 2016 11:10:23 +0000 (12:10 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 24 Apr 2019 10:43:05 +0000 (12:43 +0200)
src/bin/dhcp6/fuzz.cc

index 57959e679e37d877106468122c35db93eb5538bc..2e8be8f0c39609fb25b55400d16e2df666285247 100644 (file)
@@ -133,6 +133,9 @@ kea_main_client(void *arg) {
 
         ssize_t sent;
 
+        cout << "Sending " << length << " bytes to " << dst << "/" << port
+             << " over " << iface << "/" << iface_id << endl;
+
         sent = sendto(sockfd, buf, length, 0,
                       (struct sockaddr *) &servaddr, sizeof(servaddr));
         if (sent != length) {