aboutsummaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authorgrunfink <grunfink@comam.es>2026-03-26 15:32:28 +0100
committergrunfink <grunfink@comam.es>2026-03-26 15:32:28 +0100
commit8f91da7c2fd1c22c77b8bb7ed9c8ff68dab5b097 (patch)
treed9f333a93243f153c0200e669f957b018955405b /data.c
parentdbcb2445ea1b1dc562fc49a2aeb57048b0a64baf (diff)
Increased some debug level in error users.
These are very annoying in instances that don't have a prefix, as fuckers are trying PHP and other vulnerabilities non-stop.
Diffstat (limited to 'data.c')
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index e022937..0ff102e 100644
--- a/data.c
+++ b/data.c
@@ -316,7 +316,7 @@ int user_open(snac *user, const char *uid)
}
}
else
- srv_debug(1, xs_fmt("invalid user '%s'", uid));
+ srv_debug(2, xs_fmt("invalid user '%s'", uid));
if (!ret)
user_free(user);