[Koha-bugs] [Bug 24629] SIP2 logs garbage

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 12 10:25:15 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24629

--- Comment #5 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Magnus Enger from comment #0)

> Feb 11 09:00:23 koha koha_sip_koha[13575]: ILS::Checkout: patron 123 has
> checked out HASH(0x55a5b187f858), HASH(0x55a5b1896ad0), HASH(0x55a5b18a6cf0)

This one is weird, it seems that sometimes we have hash and itemnumber:

Few lines before the syslog statement:
167             push( @{ $patron->{items} }, $item_id );

But, in renew:
458         foreach my $i (@{$patron->{items}}) { 

> Feb 11 09:00:25 koha koha_sip_koha[13575]: summary_info: list =
> (HASH(0x55a5b18aea60), HASH(0x55a5b18ae718), HASH(0x55a5b184ef48)...

Fixed with the patch.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list