Summary: | C4/Auth.pm emits debug output to STDOUT | ||
---|---|---|---|
Product: | Koha | Reporter: | Dobrica Pavlinusic <dpavlin> |
Component: | Authentication | Assignee: | Dobrica Pavlinusic <dpavlin> |
Status: | CLOSED FIXED | QA Contact: | Ian Walls <koha.sekjal> |
Severity: | normal | ||
Priority: | P5 - low | CC: | alex.arnaud, dpavlin, paul.poulain |
Version: | 3.6 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | |||
Bug Blocks: | 7172 | ||
Attachments: |
proposed patch
Bug 7766 - C4/Auth.pm: emit DEBUG output to STDERR [Signed-off] Bug 7766 - C4/Auth.pm: emit DEBUG output to STDERR |
Description
Dobrica Pavlinusic
2012-03-21 09:31:17 UTC
Comment hidden (obsolete)
Created attachment 8419 [details] [review] Bug 7766 - C4/Auth.pm: emit DEBUG output to STDERR writing to STDOUT breaks plack when running with DEBUG=1 few changes and it works Signing off Created attachment 8869 [details] [review] [Signed-off] Bug 7766 - C4/Auth.pm: emit DEBUG output to STDERR writing to STDOUT breaks plack when running with DEBUG=1 Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com> QA comment: tiny patch, related to plack but not only. fixes an obvious problem, it's not an ENH ! this one should also be applied to 3.6 ! This patch will be included in 3.6.5. |