Browse Source

Increased debug level for NOT collecting inboxes.

default 3 years ago
parent
commit
a260f5fec3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      activitypub.c

+ 1 - 1
activitypub.c

@@ -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;
 }