diff options
| author | 2023-12-11 07:37:53 +0100 | |
|---|---|---|
| committer | 2023-12-11 07:37:53 +0100 | |
| commit | c693c7c62c2360826e15e31f259b00b5814c2d3e (patch) | |
| tree | 187c176e557a5df651bb8aa79e002a9c447022b4 /data.c | |
| parent | Log actor_request() errors. (diff) | |
| download | snac2-c693c7c62c2360826e15e31f259b00b5814c2d3e.tar.gz snac2-c693c7c62c2360826e15e31f259b00b5814c2d3e.tar.xz snac2-c693c7c62c2360826e15e31f259b00b5814c2d3e.zip | |
Some logging tweaks.
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2284,7 +2284,7 @@ void enqueue_request_replies(snac *user, const char *id) | |||
| 2284 | 2284 | ||
| 2285 | qmsg = _enqueue_put(fn, qmsg); | 2285 | qmsg = _enqueue_put(fn, qmsg); |
| 2286 | 2286 | ||
| 2287 | snac_debug(user, 1, xs_fmt("enqueue_request_replies %s", id)); | 2287 | snac_debug(user, 2, xs_fmt("enqueue_request_replies %s", id)); |
| 2288 | } | 2288 | } |
| 2289 | 2289 | ||
| 2290 | 2290 | ||