diff options
| author | 2024-03-04 09:18:07 +0100 | |
|---|---|---|
| committer | 2024-03-04 09:18:07 +0100 | |
| commit | 61647de38bbd8751d18680251f31d6b5347a714c (patch) | |
| tree | c6a85ce6975869f2f66ee578f05879f31cfcda19 /data.c | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | snac2-61647de38bbd8751d18680251f31d6b5347a714c.tar.gz snac2-61647de38bbd8751d18680251f31d6b5347a714c.tar.xz snac2-61647de38bbd8751d18680251f31d6b5347a714c.zip | |
Logging tweaks.
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -2225,7 +2225,7 @@ void enqueue_input(snac *snac, const xs_dict *msg, const xs_dict *req, int retri | |||
| 2225 | 2225 | ||
| 2226 | qmsg = _enqueue_put(fn, qmsg); | 2226 | qmsg = _enqueue_put(fn, qmsg); |
| 2227 | 2227 | ||
| 2228 | snac_debug(snac, 1, xs_fmt("enqueue_input %s", fn)); | 2228 | snac_debug(snac, 1, xs_fmt("enqueue_input %s %s", fn, xs_dict_get(msg, "id"))); |
| 2229 | } | 2229 | } |
| 2230 | 2230 | ||
| 2231 | 2231 | ||
| @@ -2240,7 +2240,7 @@ void enqueue_shared_input(const xs_dict *msg, const xs_dict *req, int retries) | |||
| 2240 | 2240 | ||
| 2241 | qmsg = _enqueue_put(fn, qmsg); | 2241 | qmsg = _enqueue_put(fn, qmsg); |
| 2242 | 2242 | ||
| 2243 | srv_debug(1, xs_fmt("enqueue_shared_input %s", fn)); | 2243 | srv_debug(1, xs_fmt("enqueue_shared_input %s %s", fn, xs_dict_get(msg, "id"))); |
| 2244 | } | 2244 | } |
| 2245 | 2245 | ||
| 2246 | 2246 | ||