From 752a84eed5911155319b852780376b074e48ad72 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 9 Sep 2024 12:18:40 -0400 Subject: [PATCH] Use warn instead of print for before_send_messages so it can be compatible with WELCOME notices --- Koha/Plugin/Com/ByWaterSolutions/KitchenSink.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Plugin/Com/ByWaterSolutions/KitchenSink.pm b/Koha/Plugin/Com/ByWaterSolutions/KitchenSink.pm index 4f38ccb..ea5b101 100644 --- a/Koha/Plugin/Com/ByWaterSolutions/KitchenSink.pm +++ b/Koha/Plugin/Com/ByWaterSolutions/KitchenSink.pm @@ -619,7 +619,7 @@ in process_message_queue.pl sub before_send_messages { my ( $self, $params ) = @_; - print "Plugin hook before_send_message called with the params: " . Data::Dumper::Dumper( $params ); + warn "Plugin hook before_send_message called with the params: " . Data::Dumper::Dumper( $params ); } =head3 item_barcode_transform