Commit 81dde1c
committed
Don't print an object in the debug log
There is no stringify function on RT::Transaction, so this is causing
log entries like:
[4044261] [Sat Nov 11 11:30:40 2023] [debug]: Calling SetRecipientDigests for transaction RT::Transaction=HASH(0x563feb2b4fb0), id 44 (lib/RT/Action/SendEmail.pm:693)
Let's not have the RT::Transaction=HASH(0x563feb2b4fb0) in there.1 parent facd301 commit 81dde1c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
693 | 693 | | |
694 | 694 | | |
695 | 695 | | |
696 | | - | |
| 696 | + | |
697 | 697 | | |
698 | 698 | | |
699 | 699 | | |
| |||
0 commit comments