From: Roy Marples Date: Tue, 16 Feb 2021 16:40:35 +0000 (+0000) Subject: log a diagnostic here X-Git-Tag: v10.0.0~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06d77c3f4f98785ad5f41f05b6d977e6ebbb9ae4;p=thirdparty%2Fdhcpcd.git log a diagnostic here --- diff --git a/src/control.c b/src/control.c index ade13647..6eb42d13 100644 --- a/src/control.c +++ b/src/control.c @@ -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; }