chore: some debug information

This commit is contained in:
Dominik Meyer 2025-02-07 11:31:22 +01:00
parent c2548833ed
commit dd32710ab6
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -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)
{