summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/html.c b/html.c
index 1dee197..b854717 100644
--- a/html.c
+++ b/html.c
@@ -1341,6 +1341,9 @@ int html_post_handler(d_char *req, char *q_path, d_char *payload, int p_size,
1341 1341
1342 post(&snac, msg); 1342 post(&snac, msg);
1343 1343
1344 /* FIXME: also post this Tombstone to people
1345 that Announce'd it */
1346
1344 snac_log(&snac, xs_fmt("posted tombstone for %s", id)); 1347 snac_log(&snac, xs_fmt("posted tombstone for %s", id));
1345 } 1348 }
1346 1349