diff options
| author | default <nobody@localhost> | 2024-12-31 17:47:44 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-12-31 17:47:44 +0100 |
| commit | 4f349262503482a6f72ed9d242c1ecde258790e0 (patch) | |
| tree | d00180647c00cd53e7accfe36d2c9a12abd39d0d | |
| parent | 9518bc664c6e2eb1d4308657797174a0f748b3af (diff) | |
Fixed warning.
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3516,7 +3516,7 @@ int html_get_handler(const xs_dict *req, const char *q_path, else { const char *content = xs_dict_get(q_vars, "content"); -// srv_log(xs_fmt("---> SHARE %s", content)); + srv_log(xs_fmt("shared post %s", content)); *body = xs_fmt("%s/admin", snac.actor); *b_size = strlen(*body); status = HTTP_STATUS_SEE_OTHER; |