summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index a566823..35d3b21 100644
--- a/html.c
+++ b/html.c
@@ -3516,7 +3516,7 @@ int html_get_handler(const xs_dict *req, const char *q_path,
3516 else { 3516 else {
3517 const char *content = xs_dict_get(q_vars, "content"); 3517 const char *content = xs_dict_get(q_vars, "content");
3518 3518
3519// srv_log(xs_fmt("---> SHARE %s", content)); 3519 srv_log(xs_fmt("shared post %s", content));
3520 *body = xs_fmt("%s/admin", snac.actor); 3520 *body = xs_fmt("%s/admin", snac.actor);
3521 *b_size = strlen(*body); 3521 *b_size = strlen(*body);
3522 status = HTTP_STATUS_SEE_OTHER; 3522 status = HTTP_STATUS_SEE_OTHER;