summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c
index 0ddb266..71b476e 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -2457,7 +2457,8 @@ void process_queue_item(xs_dict *q_item)
2457 if (is_msg_for_me(&user, msg)) { 2457 if (is_msg_for_me(&user, msg)) {
2458 xs *fn = xs_fmt("%s/queue/%s.json", user.basedir, ntid); 2458 xs *fn = xs_fmt("%s/queue/%s.json", user.basedir, ntid);
2459 2459
2460 snac_debug(&user, 1, xs_fmt("enqueue_input (from shared inbox) %s", fn)); 2460 snac_debug(&user, 1,
2461 xs_fmt("enqueue_input (from shared inbox) %s", xs_dict_get(msg, "id")));
2461 2462
2462 if (link(tmpfn, fn) < 0) 2463 if (link(tmpfn, fn) < 0)
2463 srv_log(xs_fmt("link(%s, %s) error", tmpfn, fn)); 2464 srv_log(xs_fmt("link(%s, %s) error", tmpfn, fn));