Browse Source

Fixed warning.

default 3 months ago
parent
commit
4f34926250
1 changed files with 1 additions and 1 deletions
  1. 1 1
      html.c

+ 1 - 1
html.c

@@ -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;