Increased debug level for NOT collecting inboxes.

This commit is contained in:
default 2023-06-16 10:07:25 +02:00
parent 723efdb251
commit a260f5fec3

View file

@ -137,7 +137,7 @@ int actor_request(snac *snac, const char *actor, xs_dict **data)
inbox_add_by_actor(*data);
}
else
srv_log(xs_fmt("NOT collected"));
srv_debug(2, xs_fmt("NOT collected"));
return status;
}