diff options
| -rw-r--r-- | webfinger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webfinger.c b/webfinger.c index 50600b0..7255ae2 100644 --- a/webfinger.c +++ b/webfinger.c | |||
| @@ -219,7 +219,7 @@ int webfinger_get_handler(xs_dict *req, char *q_path, | |||
| 219 | else | 219 | else |
| 220 | status = 404; | 220 | status = 404; |
| 221 | 221 | ||
| 222 | srv_debug(1, xs_fmt("webfinger_get_handler: resource=%s", resource)); | 222 | srv_debug(1, xs_fmt("webfinger_get_handler resource=%s %d", resource, status)); |
| 223 | 223 | ||
| 224 | return status; | 224 | return status; |
| 225 | } | 225 | } |