Explorar o código

More logging.

default %!s(int64=2) %!d(string=hai) anos
pai
achega
b4293f3c38
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      webfinger.c

+ 2 - 0
webfinger.c

@@ -219,5 +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));
+
     return status;
 }