diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-27 11:06:09 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-27 20:38:19 +0000 |
| commit | dd9b00c644853a8db0ec463a7e1eddabd6634e41 (patch) | |
| tree | e0c2420ea254d34284d3adc05d88b3b6d71ca9c4 /src/sync | |
| parent | 6e5b7eb84b3ca8a902ac4bcbab9c2a9f9ecdee51 (diff) | |
fix: improve logging to enable migration script to detect announcement parse failures
Diffstat (limited to 'src/sync')
| -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 | } |