aboutsummaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-10-16 23:02:52 +0200
committerToni Uhlig <matzeton@googlemail.com>2022-10-17 06:36:30 +0200
commit49352698a031d5816d04b802ad8e0386a8a73e30 (patch)
tree2e6bdaa874d7ffb084cc8b44530b72967e8bd08b /utils.c
parent6292102f93086d2d61de874640f0b87c89c02b44 (diff)
nDPId: Added error event threshold to prevent event spamming which may be abused.
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 ddbcddef5..975a696bb 100644
--- a/utils.c
+++ b/utils.c
@@ -357,5 +357,5 @@ char const * get_nDPId_version(void)
#endif
"\n"
"(C) 2020-2022 Toni Uhlig\n"
- "Please report BUGs to toni@impl.cc\n";
+ "Please report any BUG to toni@impl.cc\n";
}