diff options
-rw-r--r-- | src/fastd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastd.c b/src/fastd.c index b3b5e4c..9f92ddb 100644 --- a/src/fastd.c +++ b/src/fastd.c @@ -560,7 +560,7 @@ static void handle_resolv_returns(fastd_context *ctx) { if (read(ctx->resolverfd, &resolve_return, sizeof(resolve_return)) < 0) { if (errno != EINTR) - pr_warn(ctx, "recvfrom: %s", strerror(errno)); + pr_warn(ctx, "read: %s", strerror(errno)); return; } |