about summary refs log tree commit diff
path: root/src/micropub/post.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/micropub/post.rs')
-rw-r--r--src/micropub/post.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/micropub/post.rs b/src/micropub/post.rs
index f317da5..260b9aa 100644
--- a/src/micropub/post.rs
+++ b/src/micropub/post.rs
@@ -502,6 +502,7 @@ async fn post_process_new_post<S: Storage>(
                         || response.status() == 201
                         || response.status() == 202
                     {
+                        info!("Sent webmention for {} to {}", target, endpoint);
                         Ok(())
                     } else {
                         error!(