]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
log a diagnostic here
authorRoy Marples <roy@marples.name>
Tue, 16 Feb 2021 16:40:35 +0000 (16:40 +0000)
committerRoy Marples <roy@marples.name>
Tue, 16 Feb 2021 16:40:35 +0000 (16:40 +0000)
src/control.c

index ade1364785257fe5cddfa70cf2b72f3b0b0259e5..6eb42d131560541cbbc2c3eda9b57a545b9a71a3 100644 (file)
@@ -104,6 +104,7 @@ control_handle_read(struct fd_list *fd)
        if (bytes == -1 || bytes == 0) {
                /* Control was closed or there was an error.
                 * Remove it from our list. */
+               logerr(__func__);
                control_free(fd);
                return;
        }