chore: some debug information
This commit is contained in:
parent
c2548833ed
commit
dd32710ab6
@ -85,6 +85,8 @@ sub updateTransactionWithRecipientInfo
|
|||||||
my $dovecot_server = $rcpt_row->{dovecot_server};
|
my $dovecot_server = $rcpt_row->{dovecot_server};
|
||||||
my $username = $rcpt_row->{username};
|
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);
|
my $result = $self->{fetch_dovecot_details_sth}->execute($dovecot_server);
|
||||||
if (!$result)
|
if (!$result)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user