change ErrorHandler to Log
This commit is contained in:
parent
d11cd6f4f7
commit
199c4e4960
90 changed files with 311 additions and 311 deletions
|
|
@ -79,7 +79,7 @@ sub execute {
|
|||
my $object = shift;
|
||||
my $instance = shift;
|
||||
my $start = time();
|
||||
my $log = $self->session->errorHandler;
|
||||
my $log = $self->session->log;
|
||||
$log->info('Searching for EMS items that have been in the cart too long.');
|
||||
my $ttl = $self->getTTL;
|
||||
my $items = $self->session->db->read("select itemId, cartId, assetId from cartItem where
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue