mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Fixed log level for 'serving actor'.
This commit is contained in:
parent
850259b269
commit
292d7c3e95
1 changed files with 1 additions and 1 deletions
|
@ -1155,7 +1155,7 @@ int activitypub_get_handler(d_char *req, char *q_path,
|
|||
msg = msg_actor(&snac);
|
||||
*ctype = "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"";
|
||||
|
||||
snac_debug(&snac, 0, xs_fmt("actor requested"));
|
||||
snac_debug(&snac, 1, xs_fmt("serving actor"));
|
||||
}
|
||||
else
|
||||
if (strcmp(p_path, "outbox") == 0) {
|
||||
|
|
Loading…
Reference in a new issue