Browse Source

Log actor_request() errors.

default 2 years ago
parent
commit
88294c5198
1 changed files with 2 additions and 0 deletions
  1. 2 0
      activitypub.c

+ 2 - 0
activitypub.c

@@ -140,6 +140,8 @@ int actor_request(const char *actor, xs_dict **data)
                 payload = NULL;
                 payload = NULL;
             }
             }
         }
         }
+        else
+            srv_debug(0, xs_fmt("actor_request error %d", status2));
     }
     }
 
 
     /* collect the (presumed) shared inbox in this actor */
     /* collect the (presumed) shared inbox in this actor */