Bugzilla – Attachment 149552 Details for
Bug 33360
SendQueuedMessages: Improve limit behavior and add domain limits
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33360: (follow-up) Adjust wording in verbose mode
Bug-33360-follow-up-Adjust-wording-in-verbose-mode.patch (text/plain), 1.24 KB, created by
Marcel de Rooy
on 2023-04-12 13:45:13 UTC
(
hide
)
Description:
Bug 33360: (follow-up) Adjust wording in verbose mode
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-04-12 13:45:13 UTC
Size:
1.24 KB
patch
obsolete
>From fb2694751ce10d9f309d4cbbcaaddb525d6e75fc Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 12 Apr 2023 13:17:11 +0000 >Subject: [PATCH] Bug 33360: (follow-up) Adjust wording in verbose mode >Content-Type: text/plain; charset=utf-8 > >Koha reports 'sending mail' while we actually are still >processing mail. It could still be delayed, fail, etc. > >Test plan: >Run process_message_queue in verbose mode. If a message >get processed, you should see: > Processing email message to patron: 51 at /usr/share/koha/C4/Letters.pm line 1008. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > C4/Letters.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Letters.pm b/C4/Letters.pm >index 9ee8e6df08..7100c4ea71 100644 >--- a/C4/Letters.pm >+++ b/C4/Letters.pm >@@ -1002,7 +1002,7 @@ sub SendQueuedMessages { > return unless $message_object->store; > > # warn Data::Dumper->Dump( [ $message ], [ 'message' ] ); >- warn sprintf( 'sending %s message to patron: %s', >+ warn sprintf( 'Processing %s message to patron: %s', > $message->{'message_transport_type'}, > $message->{'borrowernumber'} || 'Admin' ) > if $params->{'verbose'}; >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 33360
:
149256
|
149257
|
149258
|
149546
|
149547
|
149548
|
149549
|
149550
|
149551
|
149552
|
149645
|
149646
|
149647
|
149648
|
149649
|
149650
|
149651
|
149662
|
149663
|
149664
|
149665
|
149666
|
149667
|
149668