From dd32710ab6478f2911410a587c6e816a16a24710 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Fri, 7 Feb 2025 11:31:22 +0100 Subject: [PATCH] chore: some debug information --- federationhq_rcpt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/federationhq_rcpt b/federationhq_rcpt index a1ef2be..5146f8b 100644 --- a/federationhq_rcpt +++ b/federationhq_rcpt @@ -85,6 +85,8 @@ sub updateTransactionWithRecipientInfo my $dovecot_server = $rcpt_row->{dovecot_server}; my $username = $rcpt_row->{username}; + $self->log(LOGNOTICE,"transaction update " . $dovecot_server . "/" . $rcpt_row->{dovecot_server} . " " . $username); + my $result = $self->{fetch_dovecot_details_sth}->execute($dovecot_server); if (!$result) {