http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12099 Bug ID: 12099 Summary: process_message_queue.pl tells it sends print mails even if it doesn't. Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: gmcharlt@gmail.com Reporter: olli-antti.kivilahti@jns.fi QA Contact: testopia@bugs.koha-community.org When running the cronjob in verbose mode, such warnings are generated: sending print message to patron: 1008537 at /home/kivilahtio/koha/kohaclone/C4/Letters.pm line 754. sending print message to patron: 1049202 at /home/kivilahtio/koha/kohaclone/C4/Letters.pm line 754. sending print message to patron: 1015993 at /home/kivilahtio/koha/kohaclone/C4/Letters.pm line 754. sending print message to patron: 1048403 at /home/kivilahtio/koha/kohaclone/C4/Letters.pm line 754. When collecting cronjob output to log files, this irks me off because it actually doesn't do anything. As a convenience, a patch is provided to simply warn when something is actually done, or tried to do. -- You are receiving this mail because: You are watching all bug changes.