mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
Log actor_request() errors.
This commit is contained in:
parent
09b926c168
commit
88294c5198
@ -140,6 +140,8 @@ int actor_request(const char *actor, xs_dict **data)
|
|||||||
payload = NULL;
|
payload = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
srv_debug(0, xs_fmt("actor_request error %d", status2));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* collect the (presumed) shared inbox in this actor */
|
/* collect the (presumed) shared inbox in this actor */
|
||||||
|
Loading…
Reference in New Issue
Block a user