diff options
| author | 2023-06-16 10:07:25 +0200 | |
|---|---|---|
| committer | 2023-06-16 10:07:25 +0200 | |
| commit | a260f5fec314a260bcaccf67e3d737bf5b153c38 (patch) | |
| tree | 3ca4adac12031f422063bd819100f4e5630a5a41 /activitypub.c | |
| parent | Added some logging on corrupted md5 ids. (diff) | |
| download | snac2-a260f5fec314a260bcaccf67e3d737bf5b153c38.tar.gz snac2-a260f5fec314a260bcaccf67e3d737bf5b153c38.tar.xz snac2-a260f5fec314a260bcaccf67e3d737bf5b153c38.zip | |
Increased debug level for NOT collecting inboxes.
Diffstat (limited to 'activitypub.c')
| -rw-r--r-- | activitypub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c index 005f6e6..e6af8bf 100644 --- a/activitypub.c +++ b/activitypub.c | |||
| @@ -137,7 +137,7 @@ int actor_request(snac *snac, const char *actor, xs_dict **data) | |||
| 137 | inbox_add_by_actor(*data); | 137 | inbox_add_by_actor(*data); |
| 138 | } | 138 | } |
| 139 | else | 139 | else |
| 140 | srv_log(xs_fmt("NOT collected")); | 140 | srv_debug(2, xs_fmt("NOT collected")); |
| 141 | 141 | ||
| 142 | return status; | 142 | return status; |
| 143 | } | 143 | } |