Przeglądaj źródła

Increased debug level for NOT collecting inboxes.

default 3 lat temu
rodzic
commit
a260f5fec3
1 zmienionych plików z 1 dodań i 1 usunięć
  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);
             inbox_add_by_actor(*data);
     }
     }
     else
     else
-        srv_log(xs_fmt("NOT collected"));
+        srv_debug(2, xs_fmt("NOT collected"));
 
 
     return status;
     return status;
 }
 }