summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-12-11 07:37:53 +0100
committerdefault <nobody@localhost>2023-12-11 07:37:53 +0100
commitc693c7c62c2360826e15e31f259b00b5814c2d3e (patch)
tree187c176e557a5df651bb8aa79e002a9c447022b4 /data.c
parent88294c51987ee7ccdad1ccba4eac802b44fec0b6 (diff)
Some logging tweaks.
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 06e7d74..710510f 100644
--- a/data.c
+++ b/data.c
@@ -2284,7 +2284,7 @@ void enqueue_request_replies(snac *user, const char *id)
qmsg = _enqueue_put(fn, qmsg);
- snac_debug(user, 1, xs_fmt("enqueue_request_replies %s", id));
+ snac_debug(user, 2, xs_fmt("enqueue_request_replies %s", id));
}