aboutsummaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-08-05 01:14:04 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-08-05 02:02:51 +0200
commit6faded3cc7084cb898773dafc1ca9422242f9c81 (patch)
tree7beae11228ee671362af1e88f397bd80ead59e3b /utils.c
parentd48508b4afe5f3a22c2dda733ee13554d5c5ae60 (diff)
Improved and Fixed another buffering issue caused by removing an outgoing fd too early from epoll queue (EPOLLOUT).
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index f6340105b..75a124705 100644
--- a/utils.c
+++ b/utils.c
@@ -201,5 +201,5 @@ char const * get_nDPId_version()
#endif
"\n"
"(C) 2020-2021 Toni Uhlig\n"
- "Please report any BUGs to toni@impl.cc\n";
+ "Please report BUGs to toni@impl.cc\n";
}