Bug 14933

Summary: SIPserver should not use warn or die to log errors
Product: Koha Reporter: Colin Campbell <colin.campbell>
Component: SIP2Assignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: barton, colin.campbell, magnus
Version: Main   
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:

Description Colin Campbell 2015-10-01 13:13:29 UTC
warn and die are used in various places in the SIPServer but the messages are lost as STDERR is closed by Net::Server in these cases the error message should be logged to syslog as with other error and debug messages and exit should be used
Comment 1 Barton Chittenden 2016-01-21 20:38:07 UTC
Bug 15253 may already address this, if not, it provides a clean solution.
Comment 2 Katrin Fischer 2023-08-05 14:08:52 UTC
No idea if this was fixed, can someone tell?
Comment 3 Magnus Enger 2023-08-14 06:28:37 UTC
(In reply to Katrin Fischer from comment #2)
> No idea if this was fixed, can someone tell?

Pretty sure this was fixed by Bug 15253.

*** This bug has been marked as a duplicate of bug 15253 ***