diff options
Diffstat (limited to 'src/sync/mod.rs')
| -rw-r--r-- | src/sync/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sync/mod.rs b/src/sync/mod.rs index 226e681..a0dfa59 100644 --- a/src/sync/mod.rs +++ b/src/sync/mod.rs | |||
| @@ -2812,6 +2812,7 @@ impl SyncManager { | |||
| 2812 | event_id = %event.id, | 2812 | event_id = %event.id, |
| 2813 | kind = %event.kind.as_u16(), | 2813 | kind = %event.kind.as_u16(), |
| 2814 | identifier = %identifier, | 2814 | identifier = %identifier, |
| 2815 | pubkey = %event.pubkey, | ||
| 2815 | "Added rejected announcement to two-tier index" | 2816 | "Added rejected announcement to two-tier index" |
| 2816 | ); | 2817 | ); |
| 2817 | } | 2818 | } |