summaryrefslogtreecommitdiffstats
path: root/src/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/control.c')
-rw-r--r--src/control.c1
1 files changed, 1 insertions, 0 deletions
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;
}