Bug 33360: (follow-up) Adjust wording in verbose mode
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Wed, 12 Apr 2023 13:17:11 +0000 (13:17 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 14 Apr 2023 14:35:34 +0000 (11:35 -0300)
commit22ddda55a0413a8d77a3c6278a1d347e66404d07
tree0025730bf5111011a812f8dc5ba6379fb5d05ba3
parentd314d53724cc2e35148d726835bf7d0f0086b092
Bug 33360: (follow-up) Adjust wording in verbose mode

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>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Letters.pm