Logging, logging, logging everywhere.

This commit is contained in:
default 2024-05-06 09:04:46 +02:00
parent f67c4cf7d9
commit 7df69f8f12

View file

@ -1467,9 +1467,8 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path,
if (limit == 0) if (limit == 0)
limit = 20; limit = 20;
snac_debug(&snac1, 1, xs *ja = xs_json_dumps(args, 0);
xs_fmt("/v1/timelines/home: max_id=%s since_id=%s min_id=%s limit=%s", snac_debug(&snac1, 1, xs_fmt("/v1/timelines/home: args='%s'", ja));
max_id, since_id, min_id, limit_s));
xs *timeline = timeline_simple_list(&snac1, "private", 0, 2048); xs *timeline = timeline_simple_list(&snac1, "private", 0, 2048);