Log actor_request() errors.

This commit is contained in:
default 2023-12-11 07:19:42 +01:00
parent 09b926c168
commit 88294c5198

View File

@ -140,6 +140,8 @@ int actor_request(const char *actor, xs_dict **data)
payload = NULL;
}
}
else
srv_debug(0, xs_fmt("actor_request error %d", status2));
}
/* collect the (presumed) shared inbox in this actor */