default 11 mesiacov pred
rodič
commit
aa95a45a7f
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      webfinger.c

+ 1 - 1
webfinger.c

@@ -219,7 +219,7 @@ int webfinger_get_handler(xs_dict *req, char *q_path,
     else
         status = 404;
 
-    srv_debug(1, xs_fmt("webfinger_get_handler: resource=%s", resource));
+    srv_debug(1, xs_fmt("webfinger_get_handler resource=%s %d", resource, status));
 
     return status;
 }