mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Increased debug level for NOT collecting inboxes.
This commit is contained in:
parent
723efdb251
commit
a260f5fec3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue